File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ servers:
9
9
web :
10
10
hosts :
11
11
- 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
16
16
17
17
# Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server.
18
18
# Remove this section when using multiple web servers and ensure you terminate SSL at your load balancer.
@@ -36,10 +36,10 @@ registry:
36
36
env :
37
37
secret :
38
38
- RAILS_MASTER_KEY
39
- # clear:
39
+ clear :
40
40
# Run the Solid Queue Supervisor inside the web server's Puma process to do jobs.
41
41
# 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
43
43
44
44
# Set number of processes dedicated to Solid Queue (default: 1)
45
45
# JOB_CONCURRENCY: 3
You can’t perform that action at this time.
0 commit comments