防止石英调度程序作业立即触发

发布于 2024-08-15 02:45:12 字数 143 浏览 3 评论 0 原文

有没有办法阻止作业在首次注册时执行?我可能在 1 个作业下有 100 多个触发器,并且我不希望在应用程序服务器重新启动时执行所有触发器。

我们将作业/触发器存储在内存中并将信息存储在我们的数据库中。因此,当应用程序服务器启动时,我们会注册所有作业/触发器。

Is there a way to prevent jobs from executing when the it is first registered? I can potentially have 100+ triggers under 1 job and I don't want all the triggers to get executed when the application server is rebooted.

We're storing the jobs/triggers in-memory and storing the info in our db. So when the app server is started, we register all the jobs/triggers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日 2024-08-22 02:45:12

您可以在重新启动/引导期间暂停调度程序 API 此处,提供您可以在发生事件时触发事件

,然后在引导后恢复。

You can pause your scheduler during reboot/bootstrap API here, providing you can trigger events when that happen

Then resume once bootstrapped.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文