You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was observed while saving a long menu of 150 items during a period of slowness with api.segment.com. I'm not sure how best to reproduce that
The current version (and also the latest version) of the Segment PHP SDK use unlimited / default timeouts, meaning a blocking request can run for up to 300s. On Altis this results in a 504 being returned.
Any requests to segment should time out in less than 30s, ideally much less.
Acceptance criteria:
...
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
The current version (and also the latest version) of the Segment PHP SDK use unlimited / default timeouts, meaning a blocking request can run for up to 300s. On Altis this results in a 504 being returned.
Any requests to segment should time out in less than 30s, ideally much less.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: