Skip to content

Commit

Permalink
Remove security context
Browse files Browse the repository at this point in the history
  • Loading branch information
gremerritt committed Sep 21, 2023
1 parent 7ad88d5 commit 16deb8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/delayed/job_groups/complete_stuck_job_groups_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
module Delayed
module JobGroups
class CompleteStuckJobGroupsJob
if defined?(Delayed::Extensions::SystemJobWithoutSecurityContext)
include Delayed::Extensions::SystemJobWithoutSecurityContext
end

class << self
def enqueue(**kwargs)
Delayed::Job.enqueue(new, **kwargs)
Expand Down

0 comments on commit 16deb8d

Please sign in to comment.