theopenconversationkit / tock

Tock, the open source conversational AI toolkit.
https://doc.tock.ai
Apache License 2.0
505 stars 134 forks source link

[WhatsAppCloud] Make parallel calls for image upload #1650

Closed gsoumier closed 5 months ago

gsoumier commented 5 months ago

The function WhatsAppCloudApiService.replaceWithRealImageId make sequential calls uploadMediaInWhatsAppAccount

The execution time is very long (10 seconds for a carousel of 10 images)

We would like to replace it with parallel calls