Quick question about Data Action timeout in Architect.
The integration to our legacy CRM via HTTP POST is failing with a 504 Gateway Timeout. This occurs specifically during peak hours in the Europe/Paris region. The payload is small, yet the response exceeds the default 10-second window.
Can the timeout be increased per flow step, or must this be handled via retry logic?
step_name: CRM_Update
action: http_post
endpoint: https://api.crm.internal/update
timeout: 10000