hi @late-truck-36921 - so Flyte can be used with
• out of the box scheduler (Flyte native scheduler_ - which supports cron and fixed rate scheduling
• you can use with AWS Cloudwatch schedules
of you can simply write your own trigger system that triggers using the API. This can be arbitrarily complex.
Besides this we do not support other scheduling. If you would be open, you can definitely upstream rrule change using the backend native Flyte scheduler (written in golang)
l
late-truck-36921
12/19/2022, 11:20 PM
Great, thanks for getting back to me.
you can definitely upstream rrule change using the backend native Flyte scheduler
You are saying I could open a PR to add rrule to the open source project?
f
freezing-airport-6809
12/19/2022, 11:20 PM
@late-truck-36921 absolutely and thank you for checking
freezing-airport-6809
12/19/2022, 11:20 PM
we always love contributors, but I would recommend wait for a couple weeks. We are actually moving the entire backend to a mono-repo which might make contributions really efficient
l
late-truck-36921
12/19/2022, 11:22 PM
No worries. I'm still in the investigation phase right now anyway.