Only one alter can run at a time, so even if you t...
# community-help
k
Only one alter can run at a time, so even if you trigger multiple alters, it's processed sequentially. But I agree, it will be useful to have an API for this. Unlike Meilisearch, all our APIs are synchronous (i.e. they return when the operations finishes even if it takes a long time), so we have traditionally not had a need for a tasks API.