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.
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.