Skip to content

UseSlidingInvisibilityTimeout not working sometimes #381

@strigefleur

Description

@strigefleur

Having configuration

InvisibilityTimeout = TimeSpan.FromMinutes(5),
UseSlidingInvisibilityTimeout = true,

I'd expect it to let long running jobs to execute without setting huge InvisibilityTimeout.

However under some circumstances (alas, can't reproduce intentionally) - like for a week it is fine and than just no - the task is interrupted after 5 minutes (InvisibilityTimeout I guess) with OperationCanceledException and then is tried to requeue (again sometimes there's also a warning about another worker that fetches the task).

Any ideas?

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

    Issue actions