Skip to content

Commit 11b0848

Browse files
committed
Rename Single concern to Pidfiled
Still not sold on that name, but Single is quite bad.
1 parent d3a8a56 commit 11b0848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/solid_queue/supervisor/fork_supervisor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module SolidQueue
44
class Supervisor::ForkSupervisor < Supervisor
5-
include Signals, Single
5+
include Signals, Pidfiled
66

77
def initialize(*)
88
super

lib/solid_queue/supervisor/single.rb renamed to lib/solid_queue/supervisor/pidfiled.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module SolidQueue
44
class Supervisor
5-
module Single
5+
module Pidfiled
66
extend ActiveSupport::Concern
77

88
included do

0 commit comments

Comments
 (0)