From 6d6542a3bf68c64cedabb58a8308dc173a632290 Mon Sep 17 00:00:00 2001 From: Fraser Date: Sun, 7 May 2023 19:54:51 -0400 Subject: [PATCH] remove old deploy file --- api/Procfile | 1 - api/nixpacks.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 api/Procfile diff --git a/api/Procfile b/api/Procfile deleted file mode 100644 index 0d052ab..0000000 --- a/api/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: gunicorn main:app --worker-class eventlet --threads 4 diff --git a/api/nixpacks.toml b/api/nixpacks.toml index 6114761..a3cbf1b 100644 --- a/api/nixpacks.toml +++ b/api/nixpacks.toml @@ -2,4 +2,4 @@ # cmds = ['python3 dataset_dl.py'] [start] -cmd = 'gunicorn --timeout 300 "main:app"' +cmd = 'gunicorn --timeout 300 "main:app" --threads 4'