Relative Content

Tag Archive for pythonkubernetesflaskceleryflask-celery

Celery (python) task fails with a NULL error

I wrote a flask application, which runs an asynchronous data-processing job as a Celery-task in a k8s worker-pod. We use a PostgreSQL db as the celery backend. Normally, we have no issues — when a task fails, we can easily get the status of the celery result, along with a traceback to help debug.