Ghassan Maslamani
e1d9746d61
fix: make bulk_email send email task handles a retryable exception ( #29080 )
...
* fix: make bulk_email send email task handles a retryable exception
According to bulk_email and SMTP doc, when an error code is between
(400-499) it can be retried after sometime, this commit adds a new
type of exception called SMTPSenderRefused, so it can be retried
**if** it's code fails under above constraint.
* test: add test to handle SMTPSenderResfused
Co-authored-by: Justin Hynes <jhynes@edx.org >
2022-03-30 14:45:08 -04:00
..
2022-02-04 14:32:50 -05:00
2022-01-26 10:14:55 -05:00
2022-03-30 14:45:08 -04:00
2021-12-17 16:19:09 +05:00
2022-01-31 04:09:45 -08:00
2022-03-09 16:43:47 -05:00
2022-03-09 20:39:27 -05:00
2022-02-04 14:32:50 -05:00
2022-03-09 20:39:27 -05:00
2022-02-11 14:50:30 -05:00
2022-02-04 14:32:50 -05:00
2022-03-11 15:11:05 -05:00
2022-02-04 14:32:50 -05:00
2022-03-30 11:31:45 +05:00
2021-11-10 07:11:57 -08:00
2021-02-22 15:42:21 +05:00
2022-03-30 15:34:09 +05:00
2021-12-20 15:41:25 +01:00
2021-05-04 13:56:59 -04:00
2022-02-04 14:32:50 -05:00
2022-03-14 09:04:45 -04:00
2022-03-11 15:11:05 -05:00
2022-03-25 14:34:37 -04:00
2021-12-21 13:36:50 +05:00
2022-03-25 14:34:37 -04:00
2022-03-30 14:09:54 +05:00
2021-02-02 11:33:01 +05:00
2022-03-14 09:35:41 -04:00
2022-02-11 14:50:30 -05:00
2021-02-19 17:47:37 +05:00
2022-03-14 09:35:41 -04:00
2022-03-17 16:59:00 -04:00
2022-03-15 15:16:07 -04:00
2022-03-15 10:14:54 -04:00
2021-11-16 18:27:21 +05:00
2022-03-30 18:28:21 +05:00
2021-11-16 18:27:21 +05:00
2022-02-04 14:32:50 -05:00
2022-02-04 14:32:50 -05:00
2021-12-21 13:36:39 +05:00
2022-03-09 10:21:09 -05:00
2021-10-06 20:53:46 +05:00
2022-02-17 14:56:50 -05:00
2022-03-03 10:33:14 -05:00
2021-03-02 16:45:01 +05:00