Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

[BUG] RR is losing jobs under load #59

Open
rauanmayemir opened this issue Jun 29, 2021 · 1 comment
Open

[BUG] RR is losing jobs under load #59

rauanmayemir opened this issue Jun 29, 2021 · 1 comment

Comments

@rauanmayemir
Copy link

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.

@rustatian rustatian transferred this issue from roadrunner-server/roadrunner Jun 29, 2021
@rustatian
Copy link
Collaborator

Transferred to the spiral/jobs repo.

@rustatian rustatian removed their assignment Jun 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants