Skip to content

Commit f048c60

Browse files
Startup fix
1 parent 131210a commit f048c60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,7 @@ def backup_with_context():
694694
name=f'Backup {repository.name}',
695695
replace_existing=True,
696696
misfire_grace_time=300, # 5 minutes grace time
697-
coalesce=True, # Combine multiple pending executions
698-
replace_existing=True
697+
coalesce=True # Combine multiple pending executions
699698
)
700699

701700
logger.info(f"Scheduled backup job for {repository.name} with trigger: {trigger}")

0 commit comments

Comments
 (0)