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

[BUG] RR is losing jobs under load #59

Open
@rauanmayemir

Description

@rauanmayemir

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.

Activity

rustatian

rustatian commented on Jun 29, 2021

@rustatian
Collaborator

Transferred to the spiral/jobs repo.

removed their assignment
on Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @rauanmayemir@rustatian

      Issue actions

        [BUG] RR is losing jobs under load · Issue #59 · spiral-modules/jobs