We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7831807 commit 5627656Copy full SHA for 5627656
Procfile
@@ -1,3 +1,3 @@
1
release: python manage.py migrate
2
-web: memray run --native --follow-fork -f -m gunicorn -c gunicorn.conf.py clabot.asgi:application --log-file -
+web: memray run --native --follow-fork -o /tmp/memray-gunicorn.bin -f -m gunicorn -c gunicorn.conf.py clabot.asgi:application --log-file -
3
worker: python manage.py db_worker
0 commit comments