Skip to content

Commit baba4b7

Browse files
committed
Update cmd to execute job
1 parent ea1e4cb commit baba4b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ servers:
99
web:
1010
hosts:
1111
- 192.168.1.188
12-
job:
13-
hosts:
14-
- 192.168.1.188
15-
cmd: bin/rails solid_queue:start
12+
# job:
13+
# hosts:
14+
# - 192.168.1.188
15+
# cmd: bin/jobs
1616

1717
# Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server.
1818
# Remove this section when using multiple web servers and ensure you terminate SSL at your load balancer.
@@ -36,10 +36,10 @@ registry:
3636
env:
3737
secret:
3838
- RAILS_MASTER_KEY
39-
# clear:
39+
clear:
4040
# Run the Solid Queue Supervisor inside the web server's Puma process to do jobs.
4141
# When you start using multiple servers, you should split out job processing to a dedicated machine.
42-
# SOLID_QUEUE_IN_PUMA: true
42+
SOLID_QUEUE_IN_PUMA: true
4343

4444
# Set number of processes dedicated to Solid Queue (default: 1)
4545
# JOB_CONCURRENCY: 3

0 commit comments

Comments
 (0)