Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Bad get() performance with many jobs #52

Open
alecgibson opened this issue Oct 23, 2024 · 0 comments
Open

Bad get() performance with many jobs #52

alecgibson opened this issue Oct 23, 2024 · 0 comments

Comments

@alecgibson
Copy link

I know this library is no longer maintained. We've moved onto our own fork, but just documenting this here because we spent a day hunting down this performance issue.

This library has bad get() performance when there are lots of queued jobs.

This is because:

The trivial fix is to change it to sort by visible, which is in the index and should give similar (if not better?) results, presenting the job that was made visible first (as opposed to the job that was created first).

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

No branches or pull requests

1 participant