Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Mutational endpoints (POST, PATCH, DELETE, PUT) does are not thread safe against the same resource.  This is by design. Even if we built something into the framework to account for this, the system cannot guarantee operations would be processed in the order the caller wanted, as network latency can change the order of when requests reach the server.

...