Created
February 21, 2020 17:01
-
-
Save Algogator/1d82e53fa6626c2e3ea834eddd47b39f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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