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
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
I have a simple flow where I do stuff in a DB transaction scope, after which I send a job to the AMQP queue and finish the request.
I do understand that jobs are not guaranteed to reach the queue if server shuts down or client disconnects and cancels the request abruptly, but I didn't expect this to happen so often under a seemingly not very heavy load (barely a request per second on average, where request is a fairly heavy write op though).
I can expect to have about 10-20 jobs per day to be lost and not persisted into the queue. The worst part is that I can't track them down by noticing an exception or something.
The text was updated successfully, but these errors were encountered:
I have a simple flow where I do stuff in a DB transaction scope, after which I send a job to the AMQP queue and finish the request.
I do understand that jobs are not guaranteed to reach the queue if server shuts down or client disconnects and cancels the request abruptly, but I didn't expect this to happen so often under a seemingly not very heavy load (barely a request per second on average, where request is a fairly heavy write op though).
I can expect to have about 10-20 jobs per day to be lost and not persisted into the queue. The worst part is that I can't track them down by noticing an exception or something.
The text was updated successfully, but these errors were encountered: