Replies: 3 comments
-
I don't think you can with Komodo, but you might be able to run some CRON jobs to start/stop jobs at appropriate times |
Beta Was this translation helpful? Give feedback.
-
I assumed that this is what the "Schedules" tab was for, but looking at it now, not sure if it is missing some functionality. |
Beta Was this translation helpful? Give feedback.
-
you can schedule either a Procedure or an Action to run on a schedule. Then using the Action client API you can start a specific container. An example action I have defined is doing just this to run a specific container that I want to run nightly (and outputs the results of the call. I like that I can define these operations within the Komodo configuration and thus sync it along with everything else to my Git repo and not have to manage CRON jobs elsewhere.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some jobs that I'd like to run only in certain time intervals in order to not consume resources. Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions