[NO TESTS] WIP
This commit is contained in:
parent
f2079fcd7a
commit
6d09df218c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
## License
|
||||||
|
|
||||||
Mirrored from https://git.arrdem.com/arrdem/flowmetal
|
Mirrored from https://git.arrdem.com/arrdem/flowmetal
|
||||||
|
|
Loading…
Reference in a new issue