Skip to content

0.7.10 CeleryIntegration captures task Ignore exception #353

Closed
@jerr0328

Description

@jerr0328

Similar to #252, I've noticed that the Sentry client with the CeleryIntegration is capturing task Ignore exceptions, which are often used with dynamic tasks (see also celery/celery#3437). I believe that since Retries are ignored, the Ignore exception should also be ignored.

The exception in Sentry is showing celery/app/task.py in replace at line 894:

raise Ignore('Replaced by new task')

celery: 4.3
sentry-sdk: 0.7.10
python: 3.6

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions