-
Notifications
You must be signed in to change notification settings - Fork 24
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
Set a daily 00:00:00 trigger task, from April 2 every day trigger time into 01::00:00 #37
Comments
Have you ever actively changed task information during runtime, or inadvertently used the same task-id to insert a task? Affected tasks: There are several things that can affect a task, such as system hibernation, system clock instability, or insufficient delay-timer. If you confirm that there are no inadvertent updates and the system is stable, I will prepare a machine to perform the replication carefully. ZH: 请问你有没有运行过程中主动更改任务信息, 或者无意间使用了同一个task-id去insert任务? 影响任务: 一般会有几方面, 比如系统休眠、系统的时钟不稳定、delay-timer的不足. 如果您确认没有无意间的更新、且系统稳定正常, 我会认真准备一个机器去执行复现. |
hello,系统只有这一个任务,正常运行过程中不会添加任务.程序运行时间是3-31到4-6, |
Theoretically, this problem only occurs in versions I have also prepared a machine to try to reproduce your problem. 请静候佳音 |
Friend your scene I have reproduced, I will find time to adjust the program behavior in the near future, thanks for your feedback! |
@yuyidegit Fix at V0.11.2, I look forward to your feedback on successful use. :) |
Describe the bug
设置了一个每天00:00:00触发的任务,从4月2号开始每天触发时间变成01::00:00了,不知道是否和时令有关.
To Reproduce
程序从3月份开始运行,4月2号前都是正常触发的.
计时器设置:
let task = TaskBuilder::default()
.set_frequency_repeated_by_cron_str("0 0 0 * * * *")
.set_task_id(1)
.spawn_async_routine(body)
.unwrap();
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: