mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Changing Cron Schedule Does Not Update Next Run Time #280
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SJ-Tom on GitHub (Mar 21, 2025).
Originally assigned to: @Boy132 on GitHub.
Current Behavior
If I create a schedule with
0 3 * * *, the next run correctly shows2025-03-22 03:00:00. However, when I update the schedule to0 2 * * *, the next run time does not update and still shows2025-03-22 03:00:00instead of the expected2025-03-22 02:00:00.Expected Behavior
When changing the cron schedule, the next run time should update accordingly. In this case, after modifying the schedule to
0 2 * * *, the next run should be2025-03-22 02:00:00.Steps to Reproduce
0 3 * * *) and save/close it.0 2 * * *), then save/close it.Panel Version
1.0.0-beta18
Wings Version
1.0.0-beta10
Games and/or Eggs Affected
Minecraft (Paper)
Docker Image
ghcr.io/parkervcp/yolks:java_21
Error Logs
Is there an existing issue for this?