Hey everyone, I’ve run into a really strange issue with our custom data action. we are hitting it from architect flow with 500 concurrent calls. the gc ui shows 200 ok but the webhook target never receives the payload. checking the api logs shows 504 gateway timeout on the internal callback. jmeter config is set to 100 threads ramp up 10. is this a rate limit issue on the data action service or just a timeout config in architect? using v2 api.
You need to check the timeout configuration in the data action definition, as the default 10-second limit is likely being exceeded under load. Increase it to 30 seconds in the architect settings.
This isn’t a rate limit issue since the UI returns 200 OK. The 504 indicates the internal service timed out waiting for your webhook to respond within that window.