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

Running scheduled dag #461

Open
seos-vcbs opened this issue Aug 15, 2023 · 1 comment
Open

Running scheduled dag #461

seos-vcbs opened this issue Aug 15, 2023 · 1 comment
Labels

Comments

@seos-vcbs
Copy link

seos-vcbs commented Aug 15, 2023

Dagu version: 1.10.2

I have dags that run at specific interval. They all run fine. However, if I was to change the scheduled time the updated dag does not get executed. Here is the snippet of the dag. I can see the next run counting down to 0. I expected my dag to run but nothing happened.

schedule: "55 15 * * *"
steps:
  - name: test
    command: date

Am I doing something wrong?

@seos-vcbs
Copy link
Author

seos-vcbs commented Aug 16, 2023

So this seems be a bug in "Next Run" display value. When I updated the scheduled time for UTC, I see the executor running my dag at that set UTC time. However, "Next Run" value is showing 4+ hours from the set UTC time. I am in EST time zone.

The "Next Run" time being off confused me a little. It would be good to have this fixed.

This bug is not present in cron expression that is set to execute on interval like */10.

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

No branches or pull requests

2 participants