Google App Engine (GAE/J) 上的 Spring 和任务队列问题。任务正在运行,无需等待

发布于 2024-10-15 16:58:02 字数 156 浏览 2 评论 0原文

我正在尝试迁移一个使用 servlet 完成的应用程序。我 现在配置Spring。问题是排队的任务停止了 工作时,他们不会等待任务中设置的时间 属性与 countdownMillis 方法。任务正在运行而无需 等待。

有什么想法吗?

谢谢。

I'm trying to migrate an app that I have done with servlets. I
configured now Spring. The problem is that the enqueued tasks stopped
working, they aren't waiting the amount of time setted up in the task
properties with the countdownMillis method. Tasks are running without
wait.

Any idea?

Thanks.

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

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

发布评论

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

评论(1

骷髅 2024-10-22 16:58:02

我认为这仅发生在开发应用程序服务器中。我无法想象 Spring 会对生产中的任务调度产生任何影响。

I assume this is only happening in the dev appserver. I can't imagine Spring would have any effect on task scheduling in production.

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