Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Celery task scheduling #1

Open
maxcountryman opened this issue Jan 18, 2018 · 0 comments
Open

Celery task scheduling #1

maxcountryman opened this issue Jan 18, 2018 · 0 comments

Comments

@maxcountryman
Copy link

I'm having some issues with Celery picking up tasks: while I can see the scheduler is running and looking for tasks I can also see the workers never pick up jobs or do anything useful.

My Procfile is pretty straightforward:

web: airflow webserver -p $PORT
worker: airflow worker
scheduler: airflow scheduler

Nothing seems obviously wrong in Heroku or the AIrflow web UI apart from the tasks not being executed.

Any pointers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant