Per-account task concurrency without a lock service
Serialize work by account key while keeping other accounts parallel.
Many background jobs call an external system on behalf of separate accounts,
tenants, or installations. The external system allows parallel calls across
different accounts, but it does not allow two calls for the same account to
run at the same time.
[Read More]