Skip to content

Commit 51c75be

Browse files
authored
Merge pull request #367 from yahonda/remove_redundant_run_methods
Remove redundant `run` methods in `SolidQueue::Processes`
2 parents a57660c + e7198f4 commit 51c75be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/solid_queue/processes/runnable.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ def boot
4141
end
4242
end
4343

44-
def run
45-
raise NotImplementedError
46-
end
47-
4844
def shutting_down?
4945
stopped? || (running_as_fork? && supervisor_went_away?) || finished? || !registered?
5046
end

0 commit comments

Comments
 (0)