We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a67c60 commit 0ba9df5Copy full SHA for 0ba9df5
src/palace/manager/celery/tasks/overdrive.py
@@ -263,14 +263,7 @@ def import_collection_group(
263
return {"chain_id": result.id}
264
265
266
-@shared_task(
267
- queue=QueueNames.default,
268
- bind=True,
269
- max_retries=4,
270
- autoretry_for=(BadResponseException, RequestTimedOut),
271
- throws=(RemoteIntegrationException,),
272
- retry_backoff=60,
273
-)
+@shared_task(queue=QueueNames.default, bind=True)
274
def import_result_router(
275
task: Task,
276
import_result: IdentifierSet | dict[str, Any] | None,
0 commit comments