Why does celery workers start in Local/Sequential Executor mode ?
304 views
Skip to first unread message
Yogesh Garg
unread,
Apr 15, 2016, 9:09:49 AM4/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Airflow
Hi,
I noticed that even if I use local / sequential executor mode, celery worker gets started on executing "airflow worker" command. I have celery settings in my airflow.cfg though, but wondering why celery is getting started or am I missing something ?
Thanks.
Jeremiah Lowin
unread,
Apr 15, 2016, 6:27:12 PM4/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Airflow
"airflow worker" is only for use with Celery; it does not have any function when using other executors. I think a PR was recently submitted to make that explicit.
Yogesh Garg
unread,
Apr 16, 2016, 2:10:49 AM4/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message