twendy1T
Convex Community3mo ago
11 replies
twendy1

Parallel actions

Hello, I have a small questions - I need to run in parallel (ideally) 90 actions for modifying json files (from Convex storage). I know that workflow component can run parallel steps. Would it be the ideal solution or there are better options? If workflow ideal - does it make sense to split parallel actions to multiple workflows, so it doesnt run all 90 actions on a single parallel? My use case: user updating json for primary language (localization) and then i need to sync all new values/keys with other languages (max 90). Thank you!
Was this page helpful?