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

Have an option for disable-by-default for cron entries #1232

Open
bensheldon opened this issue Feb 4, 2024 · 0 comments
Open

Have an option for disable-by-default for cron entries #1232

bensheldon opened this issue Feb 4, 2024 · 0 comments

Comments

@bensheldon
Copy link
Owner

I took down one of my apps because I had an invalid cron: definition that was only configured to run in my production environment (not staging, not test).

I'm thinking that there should be an option like default_disable: true or default_enabled: false that would run through all of the cron configuration, but would require explicitly going into the dashboard and enabling it in a particular environment (or GoodJob::CronEntry.find(key).enable).

I think someone suggested an idea like this already, but I couldn't find that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Inbox
Development

No branches or pull requests

1 participant