From 5792cd022c7b5e56c3656ff756481e8ae94f61c1 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 19 May 2024 12:22:49 -0700 Subject: [PATCH] Update fly.staging.toml --- apps/api/fly.staging.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/api/fly.staging.toml b/apps/api/fly.staging.toml index d5ad9ef..990520e 100644 --- a/apps/api/fly.staging.toml +++ b/apps/api/fly.staging.toml @@ -47,8 +47,9 @@ kill_timeout = '5s' soft_limit = 30 [[vm]] - size = 'performance-4x' - processes = ['app'] + size = 'performance-1x' + processes = ['app','worker'] +