Skip to content

Commit

Permalink
once more..
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Dec 9, 2024
1 parent d11e308 commit 6ed0312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class EnqueueNightlyQueryRunnerJobs < ApplicationJob
class EnqueueNightlyQueryRunnerJob < ApplicationJob
queue_as :default

def perform
Expand Down
2 changes: 1 addition & 1 deletion config/recurring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ production:
schedule: every hour

nightly_jobs_command2:
class: EnqueueNightlyQueryRunnerJobs
class: EnqueueNightlyQueryRunnerJob
schedule: every minute


Expand Down

0 comments on commit 6ed0312

Please sign in to comment.