You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2021. It is now read-only.
I deployed this cloudformation without changes, and successfully got to the dashboard after adding a security group change.
I was able to write and deploy my own DAG, and schedule it. It only queues the work, (evidenced by the SQS messages waiting) but the workers never actually pick up and execute the job.
Are there other instructions that have been overlooked to get workers to actually run work. DAG works fine on a local single node airflow instance.
I deployed this cloudformation without changes, and successfully got to the dashboard after adding a security group change.
I was able to write and deploy my own DAG, and schedule it. It only queues the work, (evidenced by the SQS messages waiting) but the workers never actually pick up and execute the job.
Are there other instructions that have been overlooked to get workers to actually run work. DAG works fine on a local single node airflow instance.
TIA