Merge pull request #9469 from demarches-simplifiees/fix_doomed_archive_creation_job
fix(archive): ne réessaye de construire une archive périmée
This commit is contained in:
commit
fc4d59ec7b
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
class ArchiveCreationJob < ApplicationJob
|
||||
discard_on ActiveRecord::RecordNotFound
|
||||
|
||||
queue_as :archives
|
||||
|
||||
def max_run_time
|
||||
|
|
Loading…
Reference in a new issue