Skip to content

Commit 5e82dbf

Browse files
committed
Move ConcurrencyClerk under Dispatcher namespace
1 parent d871c27 commit 5e82dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solid_queue/concurrency_clerk.rb renamed to lib/solid_queue/dispatcher/concurrency_clerk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module SolidQueue
4-
class ConcurrencyClerk
4+
class Dispatcher::ConcurrencyClerk
55
include AppExecutor
66

77
attr_reader :interval, :batch_size

0 commit comments

Comments
 (0)