Stateless / stateful
Simple
No memory between steps — or with memory.
Business
The choice: simple replaceable workers or expensive “remembering” ones.
Tech
Absence/presence of persistent state between calls; stateless workers are easier to scale.
No memory between steps — or with memory.
The choice: simple replaceable workers or expensive “remembering” ones.
Absence/presence of persistent state between calls; stateless workers are easier to scale.