Skip to content

Celery: Implement soft time limit for gevent #767

@Prajna1999

Description

@Prajna1999

Is your feature request related to a problem?
Celery with gevent currently does not send soft-time-limit error signals, only hard time limit errors. This inconsistency causes confusion in managing task execution times.

Describe the solution you'd like
Implement a mechanism for gevent to trigger soft-time-limit error signals.

Original issue

Describe the current behavior
Celery with gevent does not send soft-time-limit error signal only hard time limit error

Describe the enhancement you'd like
Some way for gevent to show softimelimit error

Why is this enhancement needed?
For the celery behaviour to be consistent with soft timelimit and hard time limit behaviour.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions