Minor stuff

This commit is contained in:
shamoon
2024-10-23 22:17:34 -07:00
parent 8454182c72
commit 0f7b05d4d2
3 changed files with 12 additions and 12 deletions

View File

@@ -398,9 +398,9 @@ def check_scheduled_workflows():
and workflow_runs.exists()
and workflow_runs.last().run_at > timezone.now() - offset_td
):
# schedule is recurring but the last run was within the delay
# schedule is recurring but the last run was within the offset
logger.debug(
f"Skipping document {document} for recurring workflow {workflow} as the last run was within the delay",
f"Skipping document {document} for recurring workflow {workflow} as the last run was within the offset",
)
continue
run_workflows(