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

Scheduled managed jobs #3

Open
lukaszraczylo opened this issue Mar 3, 2023 · 4 comments
Open

Scheduled managed jobs #3

lukaszraczylo opened this issue Mar 3, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@lukaszraczylo
Copy link
Owner

Goal:
Write documentation on using scheduled managed jobs and/or enhance existing operator code to accommodate for it.

@lukaszraczylo lukaszraczylo added the enhancement New feature or request label Mar 3, 2023
@lukaszraczylo lukaszraczylo self-assigned this Mar 3, 2023
@bygui86
Copy link

bygui86 commented Mar 16, 2023

What do you mean exactly with "scheduled managed job"?

@lukaszraczylo
Copy link
Owner Author

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 :)

@bygui86
Copy link

bygui86 commented Mar 16, 2023

Got it thanks! Really useful feature!

@lukaszraczylo
Copy link
Owner Author

I already have a draft of it, will test it over weekend and hopefully be able to release it once done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants