feat: fix iteration 3 (actually works)

This commit is contained in:
Gergo Moricz
2024-07-11 23:14:15 +02:00
parent 9cd7d79b64
commit 09bca05b20
6 changed files with 75 additions and 44 deletions
+5 -2
View File
@@ -8,11 +8,14 @@ primary_region = 'mia'
kill_signal = 'SIGINT'
kill_timeout = '30s'
[deploy]
release_command = 'node dist/src/trigger-shutdown.js https://staging-firecrawl-scraper-js.fly.dev'
[build]
[processes]
app = 'npm run start:production'
worker = 'npm run worker:production'
app = 'node dist/src/index.js'
worker = 'node dist/src/services/queue-worker.js'
[http_service]
internal_port = 8080