Skip to content

Use a file based job queue to prevent timeouts/skips. #47

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

Open
octalmage opened this issue Jul 19, 2016 · 0 comments · Fixed by #307
Open

Use a file based job queue to prevent timeouts/skips. #47

octalmage opened this issue Jul 19, 2016 · 0 comments · Fixed by #307

Comments

@octalmage
Copy link

Currently we use a plugin based queue and process each item as a whole. This means we can't process part of a plugin and pick back up on the cron, so we end up with skipped plugins. Instead we should break plugins down by files and process the groups of files.

The scan could be slower due to the overhead of starting the scanner, but if we can make the file groups large enough it shouldn't be a huge issue. We could also provide updates at a higher frequency, and resolve #32.

@jeffpaul jeffpaul linked a pull request Jul 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants