You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You probably want to queue jobs synchronously to avoid delays in your app, and focus instead on controlling the rate at which they're pulled out of the queue and sent. If you're using delayed_job for your queue (along with delayed_mailhopper), you may want to look into setting the run_at param when jobs are enqueued. You could override the enqueue method in `DelayedMailhopper::Email`` to set this param based on a global counter accessible to all your app instances.
This is a question rather than an issue.
Amazon SES imposes a limit on the number of emails that can be sent per second. Can we impose the restriction using mail hopper queueing?
The text was updated successfully, but these errors were encountered: