From a113512647a91f13b5d4351f8fa49c56bafbbf96 Mon Sep 17 00:00:00 2001 From: Timothy McDonald Date: Tue, 10 Oct 2023 08:40:33 -0400 Subject: [PATCH] Update fly.toml to not autostop --- fly.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/fly.toml b/fly.toml index 5059ef3..94dd4cb 100644 --- a/fly.toml +++ b/fly.toml @@ -1,24 +1,24 @@ -# fly.toml app configuration file generated for glossary-bot on 2023-09-08T04:01:01Z +# fly.toml app configuration file generated for glossary-bot-develop on 2023-09-08T11:11:02-04:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = "glossary-bot" +app = "glossary-bot-develop" primary_region = "iad" [build] builder = "paketobuildpacks/builder:full" - builtin = "python" - [build.settings] - pythonbase = "3.8-slim-buster" [env] + FLY_APP_NAME = "glossary-bot-develop" PORT = "8080" + SLACK_TOKEN = "SQqEHwCpT1daaTM7HunaWHIR" + SLACK_WEBHOOK_URL = "https://hooks.slack.com/services/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" [http_service] internal_port = 8080 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true - min_machines_running = 0 - processes = ["app"] \ No newline at end of file + min_machines_running = 1 + processes = ["app"]