green-fox-academy / hotel-booking-notification-service

0 stars 0 forks source link

Exponential retry of emails #17

Open zspadar opened 7 years ago

zspadar commented 7 years ago

Exponential retry of emails

If the service failed to send an email it should retry it with a delay. The delay time should be stored in an environment variable. On each retry the delay time of the current email sending should increase by its double. It should retry it till a certain amount that is stored in a environment variable.