Skip to content

Commit 50f2eb4

Browse files
dadachiclaude
andcommitted
Document SOLID_QUEUE_IN_PUMA=true in .env.sample for dev
Without it, deliver_later jobs (e.g. invitation emails) sit in the queue unprocessed since no worker runs in development. The Puma plugin (config/puma.rb) already activates when this env var is set. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1f8a900 commit 50f2eb4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.env.sample

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313

1414
HOST=192.168.1.21
1515
PORT=3000
16+
17+
# Run Solid Queue inside Puma so background jobs (e.g. invitation emails
18+
# via deliver_later) are processed in development. Mirrors production
19+
# (see render.yaml).
20+
SOLID_QUEUE_IN_PUMA=true

0 commit comments

Comments
 (0)