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
Fix forwarding: Cloud storage policies prevent overwriting a specific file will cause infinite retry loop. We now catch the error and mark the media as being forwarded.
Fix forwarding: Concurrent forwarding optimisation, we are now uploading recordings concurrently. Instead of forwarding media one by one, we are now uploading in bulks of 10.
Fix forwarding: timeout between two forwardings is now configurable through an environment variable CONTINUOUS_TIMEOUT.
Fix forwarding: an issue with horizantal scaling was resolved. Multiple workers (pods/containers) were uploading the same recordings and not properly synchronised.