Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

[rabbitmq] Ensure at most once delivery. #2

Open
jaredallard opened this issue Jul 23, 2019 · 0 comments
Open

[rabbitmq] Ensure at most once delivery. #2

jaredallard opened this issue Jul 23, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jaredallard
Copy link
Contributor

jaredallard commented Jul 23, 2019

Right now it's possible for two jobs of the same media to be processed at the same time, it is also possible for two instances to get the same job (unack -> broker dies -> unack on new + old). We should have a locking system that acts on both type id and job id.

This would be done in the tritonmedia/core repository, in the ampq.js file. This is used by all applications for AMQP connections.

@jaredallard jaredallard added the enhancement New feature or request label Jul 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant