It’s not the best tool for the job, but it might be the best for your situation — A message queue is a foundational architectural building block. Typically, it’s used for offloading workloads with high latency and needs resilience. For example, sending a receipt via email when a customer has placed an order. Many queue systems are available: RabbitMQ, Kafka, or Amazon SQS. Using a relational database as…