Hacker News new | ask | show | jobs
by Closi 1163 days ago
I don’t think it should be an ID - these platforms are really made for creating distributed event-driven systems.
1 comments

The idea is your task should just run off an ID, no point passing all that data around.
How do you get the data relevant to that ID?

If the answer is a call to a shared database, you might as well not have RabbitMQ.