When defining a timeout in my CF destination it seems that my timeout property gets completely ignored. The Destination is defined in the destination service-instance and bound to my approuter + srv module.
When calling my service the request fails always after the (default) 30 Seconds with 504 gateway timeout although I’m giving a timeout of 300 000 ms via the destination properties. I also tried to achieve the same through defining the timeout in the mta.yaml, but as well no success so far...
The destination itself is definitely found and working, when I’m limiting the results the request resolves and I get data displayed.
Any ideas what’s going wrong?