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
Ooooooh. That's a good catch. Hmm. I guess it would be better if the waiting time did not take this into consideration - e.g. if there was a delay on a message of 5 seconds, and it took 5.5 seconds to handle it, then .5 seconds is the "waiting time". Is that feasible to do?
it is is totally feasible: i can add an $offset parameter to StoredMessage::updateWaitingTime() which will be the value of last DelayStamp if any exist
I don't known if the delay of the retried messages should be count or not in the
waiting_time
i got the feeling it corrupts the stats: if a queues works "normally" it should have average waiting times between 0 and 1s
but with the delay, it is abnormally high
The text was updated successfully, but these errors were encountered: