Skip to content

Commit

Permalink
Merge pull request #367 from yahonda/remove_redundant_run_methods
Browse files Browse the repository at this point in the history
Remove redundant `run` methods in `SolidQueue::Processes`
  • Loading branch information
byroot authored Oct 6, 2024
2 parents a57660c + e7198f4 commit 51c75be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/solid_queue/processes/runnable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ def boot
end
end

def run
raise NotImplementedError
end

def shutting_down?
stopped? || (running_as_fork? && supervisor_went_away?) || finished? || !registered?
end
Expand Down

0 comments on commit 51c75be

Please sign in to comment.