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
After adding the mechanism of threading in queues, some queues might try to lock the same resource in the same timestamp.
So some queues are considered as in retry mode
But it still displays in a pending queue page the time that took from initializing until it turned status ALMOST_FINISHED. Therefore we need to continue counting. (Change the logic how the field time_pended_descriptive receive it's value)
The text was updated successfully, but these errors were encountered:
After adding the mechanism of threading in queues, some queues might try to lock the same resource in the same timestamp.
So some queues are considered as in
retry mode
But it still displays in a pending queue page the time that took from initializing until it turned status
ALMOST_FINISHED
. Therefore we need to continue counting. (Change the logic how the field time_pended_descriptive receive it's value)The text was updated successfully, but these errors were encountered: