Retry celery tasks which got killed on k8s pod termination
We are using celery(v5.4.0) for long (CPU intensive) tasks with Redis as the broker & backend. Our setup runs on kubernetes with auto-scaling based on CPU utilization.
We are using celery(v5.4.0) for long (CPU intensive) tasks with Redis as the broker & backend. Our setup runs on kubernetes with auto-scaling based on CPU utilization.