Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.
This repository was archived by the owner on May 12, 2018. It is now read-only.

orphaned job #3

@mgk

Description

@mgk

Running without RQ Scheduler and multiple RetryWorkers I saw a job dequeued and never processed. The job was eventually orphaned. The orphaned job (not in any q, not in any registry) looked like this:

{
    "enqueued_at": "2015-08-12T16:50:02Z",
    "created_at": "2015-08-12T16:50:02Z",
    "description": "some.pkg.upload_job('some-url')",
    "origin": "upload_job",
    "status": "queued",
    "timeout": "28800"
}

The values above are all expected from the app in question. No errors were thrown and no worker processes were hard killed. There were 8 worker processes at the time so one or more might have died.

Need to understand and close or at least shrink window for job loss.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions