Skip to content

Instantly share code, notes, and snippets.

@avram-dames
Created July 30, 2017 10:31
Show Gist options
  • Save avram-dames/7565136159aa51c3a29c0f40b3506d45 to your computer and use it in GitHub Desktop.
Save avram-dames/7565136159aa51c3a29c0f40b3506d45 to your computer and use it in GitHub Desktop.
Heroku Procfile to run airflow's webserver and scheduler at the same time
web: airflow webserver --port $PORT --daemon & airflow scheduler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment