Concurrent consumers are in the same Worker 'instance' I believe, so you can sometimes run into limi
Concurrent consumers are in the same Worker 'instance' I believe, so you can sometimes run into limits that you wouldn't expect to hit.
max_concurrent is default auto1 because I've already come into trouble with too many messages being handled by 1 workers and hitting subrequest limits

await api.listByStatus({
limit: 100,max_concurrentauto1