Skip to content

delayed_job priority #1

@jeffpatt

Description

@jeffpatt

This needs to be modified if you're using the delayed_job gem. Priority is inverted, so the terminator job needs to be set to a higher number, not lower. Just replace line 14 with this:

Delayed::Job.enqueue(terminator, 10)    

A bit more information here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions