-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
schedule cron task not working #27794
Comments
So the cron job didn't run at 12:00 p.m.? |
Could you share the logs. If possible. |
I am very sorry. It was a timezone problem. |
I am not seeing any scheduled runs for my workflow either: on:
schedule:
- cron: '0 6,18 * * *'
issue_comment: I also set the workflow to run on Today, I additionally tried running tasks using different cron formats:
Can you give more details of your timezone issue? |
Ahh.. I see my issue: Cron schedule support was added in #26655 and is included in v1.21.0-rc0. |
Description
schedule cron task not working in a workflow, despite #22751. I am running Gitea nightly on docker.
Is there a way to debug/log this? Thank you.
Gitea Version
1.22.0+dev-244-g05aa91e6d
Can you reproduce the bug on the Gitea demo site?
No
How are you running Gitea?
Docker nightly
Database
SQLite
The text was updated successfully, but these errors were encountered: