Skip to content

Commit

Permalink
Update workqueue selector filter to no longer use ParentQueueUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro committed Oct 18, 2024
1 parent a23be0c commit 62aab36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/replication_selector.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"_deleted": {"$exists": false},
"type": "WMCore.WorkQueue.DataStructs.WorkQueueElement.WorkQueueElement",
"WMCore\\.WorkQueue\\.DataStructs\\.WorkQueueElement\\.WorkQueueElement":
{"ParentQueueUrl": "config.WorkQueueManager.queueParams['ParentQueueCouchUrl']",
"ChildQueueUrl": "config.WorkQueueManager.queueParams['QueueURL']"}
{"ChildQueueUrl": "config.WorkQueueManager.queueParams['QueueURL']"}
}
}

0 comments on commit 62aab36

Please sign in to comment.