File store API calls are failing at Zuul #55
Replies: 2 comments 1 reply
-
any immediate help on this very urgent issue will be highly appreciated |
Beta Was this translation helpful? Give feedback.
-
Hi Kavi, The curl which gave 429 error is as : curl 'http://175.101.1.86/filestore/v1/files/url?tenantId=mp.health&fileStoreIds=06ab9d92-dd91-4183-af5f-a8659f59c1da' The approach we have followed - We changed the limit up to 100 for the same URL in the limiter.properties file in Zuul. The screenshot for the same is attached below: The screenshot of the response on Postman is attached below :  |
Beta Was this translation helpful? Give feedback.
-
The current limit rate in the zuul properties is 5 requests per 60 seconds and the filestore[0].type[1] has been set to origin which was present by default.
When i am trying to hit the API via my application or postman, it is failing. there are around 5 failed calls (with error code 429) made to the filestore in the zuul logs.
Why are the file store calls failing with the default zuul properties for it? Also, please note that we are using the S3 bucket for the MINIO_URL property.
value:
Beta Was this translation helpful? Give feedback.
All reactions