Replies: 1 comment 1 reply
-
|
There isn't a way to do that at this time. It seems reasonable though to disable cron for a given app. You could file a feature request outlining how this might work and we can iterate on a proposed solution there before implementing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to pause all cron jobs while doing some maintenance, but don't want to rebuild the image with a modified app.json. Is there a way to simple pause the jobs and then restart them, without rebuilding?
I just mean pausing the schedule, the actual jobs that are running will need to be stopped separately, but I don't want them restarting until I'm ready.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions