2019-04-09 UTC
# jdormit[m] fr33domlover: I am just implementing delivery so not quite decided. But given that I'm in PHP land so all the handling happens in a synchronous context within a single request, and it's a library so I can't rely on the existence of an external queuing service, I'm thinking I'll just fire off the requested asynchronously and not wait for them to complete...