by kpsychwave on 12/11/19, 9:26 AM with 0 comments
Obviously, these were not architected to scale. One of the companies fixed it by implementing an in-house priority-based queue, a separate template repository, micro-services for rendering/sending, etc... took serious effort.
I am curious:
a) Is this common? Even some open-source modern projects seem to send transactional messages on the fly without a retry/queuing mechanism?
b) What are the general best practices when it comes to queuing transactional messages and managing their templates?
Thanks!