Skip to content
Snippets Groups Projects
Commit 7fa45700 authored by Adam Cooke's avatar Adam Cooke
Browse files

update process concurrency script to include root & user

parent 965956e7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,6 +3,8 @@
require File.expand_path('../../lib/postal/config', __FILE__)
worker_quantity = Postal.config.workers&.quantity || 1
hash = {
'root' => Postal.app_root.to_s,
'user' => ENV['USER'],
'processes' => {
'worker' => {
'quantity' => worker_quantity
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment