You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to create scheduled managedJobs which would allow setting up the cronjob running the ordered jobs with dependencies.
As an example, you can now execute the ordered groups of jobs for import->processing->notifications. They require manual application every time you'd like to run them. This issue aims to add cronJob like managedJob, which will behave the same way but with scheduled execution. So (coming back to the example) you can run the whole cycle at regular intervals if it's the part of your workflow :)
Goal:
Write documentation on using scheduled managed jobs and/or enhance existing operator code to accommodate for it.
The text was updated successfully, but these errors were encountered: