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

[feature] queued items are not kept through restarts #2770

Open
dgtlmoon opened this issue Nov 8, 2024 · 1 comment
Open

[feature] queued items are not kept through restarts #2770

dgtlmoon opened this issue Nov 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dgtlmoon
Copy link
Owner

dgtlmoon commented Nov 8, 2024

When the application restarts, the queued items are no longer kept, it will empty the "recheck queue" and generate new queued items according to the time between recheck schedule

This can be solved with #2735

on the hosted version, it will restart from time to time depending on memory usage etc

@dgtlmoon dgtlmoon added the enhancement New feature or request label Nov 8, 2024
@dgtlmoon
Copy link
Owner Author

dgtlmoon commented Nov 8, 2024

A really fool proof and reliable way would be to create a lockfile for each UUID that is in the queue rather than managing a DB

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

No branches or pull requests

1 participant