Skip to content

Problem working with resque-retry #120

Open
@rdssoni

Description

@rdssoni

Delayed retrying with "resque-retry" gem is not working in a Job class which has "resque-status" integrated.
Retrying jobs without delay is working fine i.e. if i only specify the option @retry_limit = <no. of retries>, then it retries that many times.
But if i specify @retry_delay = <delay_in_seconds> OR use Exponential backoff like @backoff_strategy = [0, 60, 600, 3600, 10800, 21600], then it does not even retry the Job at all.

I am currently looking into this. Will let you know if i have a fix for this.

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