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
Describe the bug
Schedules which use the cron_expression field are being displayed offset by one day in the UI. They execute at the expected time, so this is just a display issue.
For example, the expression 0 20 ? * 3 * should evaluate to "every Tuesday at 8pm", but it displays as "Every Wednesday at 8pm".
Flyte component
Overall
Flyte Setup and Installation scripts
Flyte Documentation
Flyte communication (slack/email etc)
FlytePropeller
FlyteIDL (Flyte specification language)
Flytekit (Python SDK)
FlyteAdmin (Control Plane service)
FlytePlugins
DataCatalog
FlyteStdlib (common libraries)
FlyteConsole (UI)
Other
To Reproduce
Steps to reproduce the behavior:
Create a schedule which uses a cron_expression field and provide a value for the day-of-week position.
View the schedule in the UI.
The text was updated successfully, but these errors were encountered:
Describe the bug
Schedules which use the
cron_expression
field are being displayed offset by one day in the UI. They execute at the expected time, so this is just a display issue.For example, the expression
0 20 ? * 3 *
should evaluate to "every Tuesday at 8pm", but it displays as "Every Wednesday at 8pm".Flyte component
To Reproduce
Steps to reproduce the behavior:
cron_expression
field and provide a value for the day-of-week position.The text was updated successfully, but these errors were encountered: