Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有许多使用相同 ScheduleExpression 的任务。但是我的问题是执行每个命令都必须有一个命令。我可以告诉定时器服务一个执行命令吗?
注意:任务没有持久性
提前致谢,
阿德拉尔
在这种情况下,所有任务都使用相同的 ScheduleExpression,所有任务都在“同一时间”执行。一种解决方法是根据收到的任务增加 1 秒以强制执行订单。