Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2026 10:53 AM
The "not-so-pretty-but-it-works" solution I have come across is exactly what you are hinting at yourself.
- Create the Continuous job - have it be paused
- Create a secondary "start job"-job - which is basically just that API call in a notebook or python file, on a Cron schedule
- Create a third "stop job"-job. The flipside of the above - also scheduled
- Cry a little that it took 3 jobs to achieve what one job should do on its own - but be happy it does what it is supposed to do.