Skip to content

Commit

Permalink
Get rid of cron for staging site
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Feb 2, 2023
1 parent d433f71 commit 282d4cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# fly.toml file generated for lbc-staging on 2022-04-21T15:15:10+01:00

app = "lbc-staging"

kill_signal = "SIGINT"
Expand All @@ -9,15 +7,10 @@ kill_timeout = 5
release_command = "make release"
strategy = "rolling"

[processes]
web = "poetry run gunicorn -b 0.0.0.0:8080 app.wsgi"
cron = "poetry run python manage.py start_worker"

[env]
PORT = "8080"

[[services]]
processes = ["web"]
internal_port = 8080
protocol = "tcp"

Expand All @@ -42,6 +35,5 @@ kill_timeout = 5
port = "443"

[[statics]]
processes = ["web"]
guest_path = "/app/static"
url_prefix = "/static"

0 comments on commit 282d4cd

Please sign in to comment.