Merge pull request #605 from sartography/jpitts-uva-patch-1

Remove "with app.app_context()" from process_erroring_workflows
This commit is contained in:
jpitts-uva 2024-03-13 07:41:11 -04:00 committed by GitHub
commit 7994f0e902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 23 deletions

View File

@ -139,7 +139,6 @@ class WorkflowService(object):
return workflow_url
def process_erroring_workflows(self):
with app.app_context():
workflows = self.get_erroring_workflows()
if len(workflows) > 0:
workflow_urls = []