Skip to content

[BUG] #664

Description

@vastavikadi

Description of the Bug

Celery Retries

Steps to Reproduce

  • autoretry_for=(Exception,) retries ALL errors (including validation errors). Fixed 30s delay. No backoff.

Expected Behavior

  • Replace autoretry_for=(Exception,) with specific transient errors only
  • Add retry_backoff=True and retry_backoff_max=600 for exponential backoff with jitter
  • Add retry_jitter=True

Screenshots / Logs

No response

Environment

Windows, Brave

GSSoC '26

  • Yes, I am participating in GirlScript Summer of Code and would like to fix this.

Metadata

Metadata

Labels

bugSomething isn't workinggssocGirlScript Summer of Code 2026 issue/PR

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions