1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-17 10:40:24 +00:00

Removed single weight match generation, fixed bracket names, reload weight matches for pool order, and auto delete errrored jobs

This commit is contained in:
2024-12-16 00:02:30 -05:00
parent 5f049793c8
commit a851436c0c
12 changed files with 69 additions and 45 deletions

View File

@@ -12,6 +12,7 @@ class GenerateTournamentMatches
end
def generate_weight_raw(weight)
@tournament.clear_errored_deferred_jobs
WipeTournamentMatches.new(@tournament).wipeWeightMatches(weight)
@tournament.curently_generating_matches = 1
@tournament.save