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
)
TimerQueueProcessor issues a query to DB for visibilityTime '>=' from
the readlevel. This could result in reading same timer multiple times
and trips the processor in thinking it fired all available timers as the
number of tasks returned back to the caller would be less than batch
size.
Updated the logic to return an explicit flag back to the caller so it
can immediately callback again when there are more timers to fire.
fixes#461.
We repeatedly see TimerProcessor getting stuck on developer setup when there is a workflow creating timers as fast as possible.
The text was updated successfully, but these errors were encountered: