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

[BUG][UI] Schedules using day-of-week are offset forward by one day in the UI #616

Closed
1 of 13 tasks
schottra opened this issue Nov 13, 2020 · 1 comment
Closed
1 of 13 tasks
Assignees
Labels
bug Something isn't working ui Admin console user interface
Milestone

Comments

@schottra
Copy link
Contributor

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:

  1. Create a schedule which uses a cron_expression field and provide a value for the day-of-week position.
  2. View the schedule in the UI.
@schottra schottra added bug Something isn't working ui Admin console user interface labels Nov 13, 2020
@schottra schottra self-assigned this Nov 13, 2020
@schottra schottra added this to the 0.10.0 milestone Nov 13, 2020
@schottra
Copy link
Contributor Author

fixed by flyteorg/flyteconsole#120
available in flyteconsole v0.17.5

eapolinario pushed a commit that referenced this issue Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Admin console user interface
Projects
None yet
Development

No branches or pull requests

1 participant