From 6d09df218c8bef0776bdb66899e3d54533707d31 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sun, 11 Apr 2021 01:23:09 -0600 Subject: [PATCH] [NO TESTS] WIP --- projects/flowmetal/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/flowmetal/README.md b/projects/flowmetal/README.md index 795bd23..45f4b03 100644 --- a/projects/flowmetal/README.md +++ b/projects/flowmetal/README.md @@ -188,6 +188,11 @@ def reboot(host): ) ``` +The magic here is twofold. +First the user or program author is in complete control of the retrying behavior. +This code could be factored differently to treat it explicitly as a Future, constructed implicitly by `create_job_request` and consumed by user code. +Second we're able to take the incredibly operationally complex reliability and HTTP callback interaction almost as an afterthought. + ## License Mirrored from https://git.arrdem.com/arrdem/flowmetal