⚡ Improved Sync Webhook Latency on the Cloud

Hi Everyone,

:rocket: Update: We have stabilized the latency of the sync webhooks on the cloud.

:mag: 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.

:wrench: What we did:

  • We now save the cache across deployments.

:white_check_mark: Result:

  • The latency of the /sync webhooks should be consistent across requests, no more cold boot.

Thank you! :tada: