You probably don't need event-driven architecture (opens in new tab)
Event-driven is what everyone reaches for, and for a lot of work it's right. For expensive, stateful jobs that aren't in a hurry, a boring polling loop usually beats it.
Read the original article