Skip to content

Commit a5a299d

Browse files
committed
Increase rabbitMQ consumer timeout to one hour.
During IDAP 200Gb challenge testing we found that very large datasets can take longer than 30 minutes to report from the DID finder back to the app. There is a default setting of 1/2 hour for a message to be ack-ed before closing the channel and putting the message back in the queue. Increasing this value to 1 hour to avoid this problem.
1 parent 55f8434 commit a5a299d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/servicex/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ rabbitmq:
121121
enabled: false
122122
volumePermissions:
123123
enabled: true
124+
extraConfiguration: |-
125+
consumer_timeout = 3600000
126+
124127
rbacEnabled: true
125128
secrets: null
126129
transformer:

0 commit comments

Comments
 (0)