let's say i have 10000 active users. And I need to do some jobs for each of them, ideally concurrent

let's say i have 10000 active users. And I need to do some jobs for each of them, ideally concurrently. wondering if this is achieveable using cf workers?

i looked at the Limits page, it says the limit is 6 for Simultaneous outgoing
connections/request, that sounds pretty limiting

should i programatically create and deploy many workers so i distribute load among workers?
Was this page helpful?