Hi Everyone,
Update: We have stabilized the latency of the sync webhooks on the cloud.
What was happening:
- Previously, the first call of the flow used to be very slow because it started caching.
- This happened multiple times a day due to multiple deployments and the cache was cleared after.
What we did:
- We now save the cache across deployments.
Result:
- The latency of the /sync webhooks should be consistent across requests, no more cold boot.
Thank you!