Posts tagged with "task-option"
There are a total of 1 posts.
Celery @shared_task 옵션: bind, autoretry_for, retry_backoff, max_retries 완벽 가이드
Published 12월 15, 2024 by whitedec
Celery의 @shared_task 옵션을 완벽하게 이해하세요! bind=True, autoretry_for, retry_backoff, max_retries를 활용하여 안정적이고 효율적인 비동기 작업을 구현하는 방법을 설명합니다.