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

Document setting up scheduler in heroku docs #39

Open
astrofrog opened this issue Nov 22, 2018 · 0 comments
Open

Document setting up scheduler in heroku docs #39

astrofrog opened this issue Nov 22, 2018 · 0 comments
Labels
documentation help wanted Extra attention is needed

Comments

@astrofrog
Copy link
Collaborator

astrofrog commented Nov 22, 2018

Basically one needs to add the Heroku Scheduler add-on (which is free) and then set up jobs such as:

check-stale-issues --repository astropy/astropy --warn-seconds 13392000 --close-seconds 16070400

and

check-stale-pull-requests --repository astropy/astropy --warn-seconds 13392000 --close-seconds 2678400

I think running them daily makes sense, and they should be set for different times.

This should go in doc/heroku.rst

@astrofrog astrofrog added help wanted Extra attention is needed documentation labels Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant