You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AMQP to ensure requests and data doesn't get lost, you can't always relay that data will get parsed or handled correctly it would be essential to have queues send to the services and then either acknowledge or not acknowledge if it has been handled or not.
Especially for a system that is gonna handle data that is critical for a community. Even if the service goes down, all of data should not get lost, instead queued and wait until services goes back online.
Proposal
Use RabbitMQ to make this possible, and send messages to ensure it gets handled, and unhandled messages to dead letters queues to be reported and handled by developer or administrator, this way no data will ever be lost just queued to be acknowledged done.
The text was updated successfully, but these errors were encountered:
Feature Request
Add AMQP to ensure requests and data doesn't get lost, you can't always relay that data will get parsed or handled correctly it would be essential to have queues send to the services and then either acknowledge or not acknowledge if it has been handled or not.
Especially for a system that is gonna handle data that is critical for a community. Even if the service goes down, all of data should not get lost, instead queued and wait until services goes back online.
Proposal
Use RabbitMQ to make this possible, and send messages to ensure it gets handled, and unhandled messages to dead letters queues to be reported and handled by developer or administrator, this way no data will ever be lost just queued to be acknowledged done.
The text was updated successfully, but these errors were encountered: