Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Move background tasks over to the whenever gem #4

Open
rbclark opened this issue Aug 3, 2016 · 1 comment
Open

Move background tasks over to the whenever gem #4

rbclark opened this issue Aug 3, 2016 · 1 comment

Comments

@rbclark
Copy link
Contributor

rbclark commented Aug 3, 2016

Currently the delayed job task is triggered whenever a user access the challenges listing. This is very inefficient since it really only needs to be realistically run once every hour or so. This can be fixed by moving over to the whenever gem. https://github.com/javan/whenever

@rbclark
Copy link
Contributor Author

rbclark commented Aug 5, 2016

Currently this is partly fixed in 26bcf2f where we moved over to use the heroku scheduler.

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