I have a dumb question. In what situation/use case...
# deployment-kubernetes
t
I have a dumb question. In what situation/use case would a k8s-celery based deployment be preferred vs just a k8s alone one?
a
the celery queues provide a way to do
op
level concurrency limits across all running jobs
👍 1
n
celery will give you much better throughput in high volume scenarios
👍 2
r
op
priorities are also supported using K8s-Celery
👍 1