capataz: OTP-like supervision trees in Haskell
capataz
enhances the reliability of your concurrent applications by offering
supervision of green threads that run in your application.
Advantages over standard library:
Links related long-living processes together under a common capataz supervisor, with restart/shutdown order
Set restart strategies (Permanent, Transient, Temporary) on
IO
sub-routines on a granular levelSet restart strategies on a pool of long-living worker threads (AllForOne, OneForOne)
Complete telemetry on the sub-routine lifecycle of your application (start, error, restarts, shutdown)
[Skip to Readme]
Downloads
- capataz-0.0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.0.0, 0.0.0.1, 0.0.0.2, 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | async (>=2.1.1.1 && <2.2), base (>=4.10.1.0 && <4.11), bytestring (>=0.10.8.2 && <0.11), data-default (>=0.7.1.1 && <0.8), protolude (>=0.2 && <0.3), safe-exceptions (>=0.1.6.0 && <0.2), stm (>=2.4.4.1 && <2.5), teardown (>=0.3.0.0 && <0.4), text (>=1.2.2.2 && <1.3), time (>=1.8.0.2 && <1.9), unordered-containers (>=0.2.8.0 && <0.3), uuid (>=1.3.13 && <1.4), vector (>=0.12.0.1 && <0.13) [details] |
Tested with | ghc ==8.0.1, ghc ==8.0.2, ghc ==8.2.1 |
License | MIT |
Copyright | © 2018 Roman Gonzalez |
Author | Roman Gonzalez |
Maintainer | capataz@roman-gonzalez.info |
Category | Control, Concurrency |
Home page | https://github.com/roman/Haskell-capataz#readme |
Bug tracker | https://github.com/roman/Haskell-capataz/issues |
Source repo | head: git clone https://github.com/roman/Haskell-capataz |
Uploaded | by RomanGonzalez at 2018-01-02T05:22:39Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4207 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-01-02 [all 1 reports] |