Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add queue lifecycle processes #55

Open
NeillShazly opened this issue Oct 12, 2022 · 0 comments
Open

Add queue lifecycle processes #55

NeillShazly opened this issue Oct 12, 2022 · 0 comments

Comments

@NeillShazly
Copy link
Contributor

Messages should have a sensible TTL and logic should be employed to process dead-letter queues for each bus.

This will allow error handling in cases and will also keep the queues clear of unneeded or unfulfilled messages which may block or slow queue logic.

This is connected to the issues on queue documentation. For example, if a VM creation process errors out, the message will never be removed from the the queue. With a proper TTL, this message would be dead-lettered and could be used to indicate error conditions that affect efficiency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant