Skip to content
Snippets Groups Projects

twiddle a thing to force dev deployment

Merged Charlotte Hausman requested to merge force_deploy into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -1083,7 +1083,7 @@ class WorkflowMessageHandler:
stage_info = self.info.lookup_workflow_stage(request.workflow_request_id, stage)
if stage_info and stage_info.end_time is not None:
if stage_info and stage_info.end is not None:
# This entry already exists in progress table, message is a duplicate. Ignore
return False
Loading