mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
Added a daily recurring job to cleanup tournaments. Fixed final score fields not loading without page refresh on mat stats page and added a cypress test for it.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# production:
|
||||
# periodic_cleanup:
|
||||
# class: CleanSoftDeletedRecordsJob
|
||||
# queue: background
|
||||
# args: [ 1000, { batch_size: 500 } ]
|
||||
# schedule: every hour
|
||||
# periodic_command:
|
||||
# command: "SoftDeletedRecord.due.delete_all"
|
||||
# priority: 2
|
||||
# schedule: at 5am every day
|
||||
production:
|
||||
tournament_cleanup_job:
|
||||
class: TournamentCleanupJob
|
||||
schedule: every day at 3am
|
||||
queue: default
|
||||
|
||||
development:
|
||||
tournament_cleanup_job:
|
||||
class: TournamentCleanupJob
|
||||
schedule: every day at 3am
|
||||
queue: default
|
||||
Reference in New Issue
Block a user