-
Notifications
You must be signed in to change notification settings - Fork 121
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
Moved the scheduled workflows examples to core #413
Conversation
Signed-off-by: Prafulla Mahindrakar <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]>
cookbook/docs/conf.py
Outdated
@@ -270,6 +271,7 @@ def __call__(self, filename): | |||
gallery_dirs = [ | |||
"auto/core/flyte_basics", | |||
"auto/core/control_flow", | |||
"auto/core/scheduled_worflows", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do you reach here, i think we will have to add it to the panels page? and use the clock
icon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Prafulla Mahindrakar <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]>
# | ||
# Scheduling features require additional infrastructure to run, so these will have to be created and configured. | ||
# Scheduling feature can be run using the flyte native scheduler which comes with flyte but if you intend to use the AWS scheduler then it require additional infrastructure to run, so these will have to be created and configured.The following sections are only required if you use AWS scheme for the scheduler. You can even run the flyte native scheduler on AWS though |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English needs revisiting
@pmahindrakar-oss minor changes to docs and then +1 |
Signed-off-by: Prafulla Mahindrakar [email protected]
Now that we support native scheduler in sandbox the existing scheduled workflows which used to run only in AWS environment can now be run in sandbox environment
Tested these changes by installing the sandbox using helm charts with scheduler enabled.
Saw the schedules being triggered on a regular cadence based on the cron or fixed schedule
Docs available here : https://flyte--413.org.readthedocs.build/projects/cookbook/en/413/