BTW, re: gunicorn, you're saying it should look li...
# pex
g
BTW, re: gunicorn, you're saying it should look like this:
Copy code
mhite@m0000587:~$ more /usr/local/bin/gunicorn
#!/bin/sh
PEX_ENTRYPOINT='gunicorn.app.wsgiapp:run' /usr/local/bin/airflow $*