Testing out function execution with events but the functions are executed synchronously. Is the a way to specify the execution to be async. Asking because I couldn't find any info on it in the docs (which I assume is probably not possible since its not mentioned). I'd like to queue the function executions and not run them concurrently.
TL;DR
Developers are testing out event-triggered functions but they are running synchronously. Developers are looking for a way to specify asynchronous execution to queue function executions instead of running them concurrently. There is no information in the documentation about this, and they assume it may not be possible.