Posts tagged with "task-option"

There are a total of 1 posts.

Celery @shared_task 选项:bind, autoretry_for, retry_backoff, max_retries 完美指南

Published 十二月 15, 2024 by whitedec

全面了解 Celery 的 @shared_task 选项!运用 bind=True, autoretry_for, retry_backoff, max_retries 来实现稳定高效的异步任务。

#django , #celery , #task-option