From 10a15d07598940e92e424e5efab7c5b4ffb0e90c Mon Sep 17 00:00:00 2001 From: Keith Schacht Date: Fri, 3 May 2024 10:17:13 -0500 Subject: [PATCH] Hofix: Change Fly worker name --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index c47e711a5..331a03908 100644 --- a/fly.toml +++ b/fly.toml @@ -15,7 +15,7 @@ console_command = '/rails/bin/rails console' [processes] app = './bin/rails server' - solidq = 'bundle exec rake solid_queue:start' + worker = 'bundle exec rake solid_queue:start' [http_service] internal_port = 3000