Files
notifications-api/scripts
David McDonald cf3871473b Add workers for sms and email sending
We want to have different workers for sending out email and sending out
sms. This will enable us to better rate limit ourselves when sending to
our providers. For example, we can make sure we only have capacity in
the email worker to send at our rate of 500rps to SES.

Note, we may in due time need to split the sms sender worker into two
different workers, one for each provider.

A separate PR will come after this to remove the unsplit
`notify-delivery-worker-sender`.
2020-10-13 11:05:28 +01:00
..
2018-10-09 13:27:49 +01:00
2020-02-13 12:52:12 +00:00