Skip to content

Commit

Permalink
Set a WQE status filter as: 'Available', 'Negotiating', 'Acquired'
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Sep 27, 2024
1 parent 099da8b commit 1f78a64
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)
self.gq_service.updateElementsByWorkflow(workload.name(), reqArgs, status=['Available', 'Negotiating', 'Acquired'])

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

0 comments on commit 1f78a64

Please sign in to comment.