Pythomnic3k

5 minute tour

Fault-tolerant [10/15]

Pythomnic3k application deals with failures through repeated attempt to execute the code. The framework contains a special mechanism that enqueues requests to persistent on-disk state and later performs attempts to execute them. This allows the service to quickly return successful response to the client and defer the actual processing attempts. This also allows the service to deal with excessive flood of incoming requests.

« prev slide next slide »