'Is there a way to verify if celery is up in Google cloud as all the jobs are going to queue status

Is there a way to verify in Gcp if the celery is up or down as all our airflow jobs are going into queue status and not getting executed. (airflow is running in google cloud)

enter image description here



Solution 1:[1]

Airflow has flower built in which can be used to monitor celery:

Flower is a web based tool for monitoring and administrating Celery clusters.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 2ps