-
Notifications
You must be signed in to change notification settings - Fork 31
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
Timeouts With Many Jobs #42
Comments
Yep, can confirm, the show view for individual statuses work but the index view results in gateway timeout. |
I came across this issue recently and the gem was unusable in our Production environment due to the large number of jobs present in the Redis. I quickly looked at the source code and suspected the way the Redis keys were accessed and processed was super inefficient. I tried a very simple alternative and this was my result: P.S. I don't know how maintained this gem currently is - I just left an issue here. Depending on it, I may take some time to give my idea a shot and open a PR to improve the performance so we avoid the timeout - or at least increase the size of jobs that the gem can process without causing a timeout |
Hey! Loving this gem, but when I run a large batch of like 100k users, the statuses tab times out in my app, is there a fix for that somehow?
The text was updated successfully, but these errors were encountered: