Updates. By Jeff Kreeftmeijer

Replying to twitter.com/haarts/status/1423724269842968577

Oh, you and me both.

Depending on your throughput and reliability needs, you might get away with a loop that takes jobs from a queue and just runs them in a single process. 🤔

Assuming this is Ruby, you could even retry them using the built-in retry keyword and make it quite elegant.