Fix staging for summary report
This commit is contained in:
parent
61365e6e01
commit
a957218976
|
@ -731,6 +731,7 @@ def worker_cluster_autobackup(
|
|||
autobackup_end_time = datetime.now()
|
||||
autobackup_total_time = autobackup_end_time - autobackup_start_time
|
||||
|
||||
if email_recipients is not None:
|
||||
send_execution_summary_report(
|
||||
(celery, current_stage, total_stages),
|
||||
config,
|
||||
|
@ -738,6 +739,7 @@ def worker_cluster_autobackup(
|
|||
total_time=autobackup_total_time,
|
||||
summary=backup_summary,
|
||||
)
|
||||
current_stage += 1
|
||||
|
||||
current_stage += 1
|
||||
return finish(
|
||||
|
|
Loading…
Reference in New Issue