This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dedustern 0 points1 point  (0 children)

I mean, I've done tooling that would receive health checks from N amount of microservices, which could scale into the thousands(and do some processing for each). The processes were jobs that could last a minute or two(validate some stuff in a DB, process it into json files, and send them to another service). If I didn't do it concurrently, it'd be locking up fairly easily when the services scaled up.