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

TTL for unacknowledged messages #2

Open
ByteAlex opened this issue Dec 16, 2019 · 0 comments
Open

TTL for unacknowledged messages #2

ByteAlex opened this issue Dec 16, 2019 · 0 comments

Comments

@ByteAlex
Copy link
Contributor

Current behaviour:
When no worker is available messages are queued infinitely in the payload-server.

Desired behaviour:
Give a TTL on startup/command to the payload server, which will drop messages after the given TTL.

Possible other solution:
Give a max queue size to the payload-server. So after the queue size is reached, messages are dropped with FIFO, so the oldest messages are about to be forgot first.

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