|
|
|
|
|
by telekid
1900 days ago
|
|
In general, you should be thinking about the delivery semantics of the systems calling your code. Many very useful callers offer "at least once" delivery guarantees, implying that your system should behave idempotently to their calls. |
|