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
Is your feature request related to a problem? Please describe.
Our current method of uploading files to GCS is not that scalable, where we basically download files from Gupshup and upload files to GCS
Once the file is uploaded we update messages_media table with GCS URLs which organizations can use
Describe the solution you'd like
Finding alternative to bulk upload files to GCS
Closing this for now. As there were two big things we changed
We were syncing outbound media to GCS also, so starting a flow with media for 1000 contacts will create 1000 new entries. So we changed the code to sync only inbound media and it is under control now
We'll tweak the code to reuse same media id instead of creating new entry everytime, mentioned in this issue
Is your feature request related to a problem? Please describe.
Our current method of uploading files to GCS is not that scalable, where we basically download files from Gupshup and upload files to GCS
Once the file is uploaded we update
messages_media
table with GCS URLs which organizations can useDescribe the solution you'd like
Finding alternative to bulk upload files to GCS
Some sample files
The text was updated successfully, but these errors were encountered: