Skip to content

Commit

Permalink
fix: remove a few leftover fast server artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Jul 29, 2021
1 parent 6f1d92b commit 5cd06e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Procfile.options
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ pid_root: /tmp/postal/pids
processes:
web:
restart_mode: usr1
fast:
restart_mode: term-start
smtp:
restart_mode: usr1
worker:
Expand Down
1 change: 0 additions & 1 deletion lib/postal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module Postal
autoload :HTTP
autoload :HTTPSender
autoload :Job
autoload :LetsEncrypt
autoload :MessageDB
autoload :MessageInspection
autoload :MessageParser
Expand Down
3 changes: 0 additions & 3 deletions script/update_process_concurrency.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
'processes' => {
'worker' => {
'quantity' => worker_quantity
},
'fast' => {
'quantity' => Postal.config.fast_server.enabled? ? 1 : 0
}
}
}.to_yaml
Expand Down

0 comments on commit 5cd06e1

Please sign in to comment.