libreconnect / backend

MIT License
13 stars 0 forks source link

Integration of RabbitMQ for Asynchronous Message Handling in AdonisJS #9

Closed NathaelB closed 4 weeks ago

NathaelB commented 1 month ago

To enhance the management of asynchronous tasks and reliability within our application, we plan to integrate RabbitMQ. This integration will allow us to offload intensive and non-critical operations away from the main request processing flow, thus improving the performance and scalability of our application.

Objectives

Tasks

Success Criteria