You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
我由3.2.2升级到3.3.2版本,任务的超时由StateWheelExecuteThread轮询变更为在任务初始化时将一个TaskTimeoutLifecycleEvent放进DelayQueue,这个Event的delayTime被设置为“System.currentTimeMillis() - taskInstance.getSubmitTime().getTime()+ TimeUnit.MINUTES.toMillis(timeout)”。我有一个Task数量超过1000的工作流,在3.2.2版本全部执行完毕耗时大约4.5小时,当我升级到3.3.2后,这个工作流中的很多Task会因为worker没有足够的执行线程而一直等待直到超时失败。
Beta Was this translation helpful? Give feedback.
All reactions