Google App Engine (GAE/J) 上的 Spring 和任务队列问题。任务正在运行,无需等待
我正在尝试迁移一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这仅发生在开发应用程序服务器中。我无法想象 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.