Skip to content

Commit

Permalink
something werid...
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Dec 9, 2024
1 parent 73e6aa3 commit d11e308
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/jobs/enqueue_nightly_query_runner_jobs.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# frozen_string_literal: true

class EnqueueNightlyQueryRunnerJobs < ApplicationJob

def perform book
queue_as :default

def perform
Case.all.nightly_run.each do |kase|
try = kase.tries.last
QueryRunnerJob.perform_later kase, try
Expand Down

0 comments on commit d11e308

Please sign in to comment.