Skip to content

Instantly share code, notes, and snippets.

@Algogator
Created February 21, 2020 17:01
Show Gist options
  • Save Algogator/1d82e53fa6626c2e3ea834eddd47b39f to your computer and use it in GitHub Desktop.
Save Algogator/1d82e53fa6626c2e3ea834eddd47b39f to your computer and use it in GitHub Desktop.
It's not something I took into consideration because for the most part the emails were being delivered pretty reliably but I can see why it might be a problem so I just had to look into it since I'm one of the contributors for that project and what I found was that the queues are not reliable (RabbitMQ is a little more reliable) as messages can be lost and redis queue (RQ) does not have a way to automatically re-do it, the failed job is flagged and stored for a year and you will have to write code to handle the exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment