Skip to content

Commit

Permalink
Remove WQE status filter
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Sep 26, 2024
1 parent 820986c commit 3ea670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/WMCore/ReqMgr/Service/Request.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def _handleNoStatusUpdate(self, workload, request_args, dn):
workload.saveCouchUrl(workload.specUrl())

# Commit all Global WorkQueue changes per workflow in a single go:
self.gq_service.updateElementsByWorkflow(workload.name(), reqArgs, status=['Available'])
self.gq_service.updateElementsByWorkflow(workload.name(), reqArgs)

# Finally update ReqMgr Database
report = self.reqmgr_db_service.updateRequestProperty(workload.name(), reqArgs, dn)
Expand Down

0 comments on commit 3ea670b

Please sign in to comment.