Questions tagged [queue]

144 questions
0
votes
1 answer

ServiceBus-per-customer in a SaaS

My application works great right now as an Azure App Service. It uses a Service Bus Queue to push bits of data that are then picked up by clients, "stuff" happens, and then the clients push responses back to my app on another Service Bus Queue. So…
catfood
  • 103
  • 6
0
votes
0 answers

Postfix / Dovecot: Incoming Message Queue if local transport (dovecot) is unavailable

I have a domain with a small v-server configured for mail reception / delivery with Postfix and Dovecot. Since I'm a little bit paranoid, I used gocryptfs to encrypt local mail storage on disk. This leads to a problem: When the server-hoster decides…
Martin
  • 1,869
  • 6
  • 16
0
votes
1 answer

What's so good about having a job queue?

I am currently building an API that sends transactional emails to users. I do this with a job queue, bull in particular. During development, something crossed my mind; where are these jobs actually executed? Currently, I send these jobs through bull…
0
votes
0 answers

POSTFIX bounce email ro Reply-Ton and/ord Return-Path

for an email sending service, I need to configure the email bounces of POSTFIX on Debian so that they go to the Reply-To and/or the Return-Path since the one sending is a generic user "no-reply @ xxxxx" I have not been able to find information, or I…
0
votes
1 answer

Asterisk: Using Queue() in the h extension

I'm trying to get users to be able to record a message, hangup and have the call continue and dial Queues and playback the recording. I've gotten most of the way there, but right now when I call Queue() in the h extension it hangs up immediately…
Mattisdada
  • 57
  • 2
  • 15
-1
votes
1 answer

Hundreds of fake e-mails in my mail queue every day

I run postfix/dovecot/spamassasin/clamav/amavis mail server. Recently (maybe 1 month) I find about 500 undelivered e-mails in my mailq. I delete them, but I guess it is not a helathy permanent solution to my problem. And then I have problems to…
Cafourek
  • 1
  • 1
-1
votes
2 answers

Will Ubuntu automatically queue hundreds of processes?

I'm creating a service that will be calling potentially hundreds or even 1000s of ffmpeg commands at once. Will Ubuntu 16.04 automatically queue these jobs? Is there some sort of app that does a better job than its native methods?
user1661677
  • 111
  • 1
-1
votes
1 answer

remove emails in queue (only from specific sender)

There's almost 50k mails in my queue when i type "exim -bpc". I need to clean the mess ASAP before i get blacklisted by gmail, as these mails are being forwarded to my personnal gmail account. How can i delete all mails from a specific sender e-mail…
jolib
  • 1
  • 1
-2
votes
1 answer

How to determine the bottleneck of a given network

Consider an Access Point with a packet queue that can hold up to 50 packets and a network whose bottleneck is a link with a datarate of 50 Mbit/s. There are quite a few nodes connecting wirelessly to the Access Point, one of them uploads a file…
user503842
  • 101
  • 2
1 2 3
9
10