Skip to content

Commit

Permalink
Merge pull request #9469 from demarches-simplifiees/fix_doomed_archiv…
Browse files Browse the repository at this point in the history
…e_creation_job

fix(archive): ne réessaye de construire une archive périmée
  • Loading branch information
LeSim authored Sep 12, 2023
2 parents 2f5310a + 9cb94f9 commit fc4d59e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/jobs/archive_creation_job.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class ArchiveCreationJob < ApplicationJob
discard_on ActiveRecord::RecordNotFound

queue_as :archives

def max_run_time
Expand Down

0 comments on commit fc4d59e

Please sign in to comment.