This package exposes combinators that can wrap arbitrary monadic actions. They run the action and potentially retry running it with some configurable delay for a configurable number of times. The purpose is to make it easier to work with IO and especially network IO actions that often experience temporary failure and warrant retrying of the original action. For example, a database query may time out for a while, in which case we should hang back for a bit and retry the query instead of simply raising an exception.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | hs-retry-0.9.3.1nb2.tgz |
NetBSD 10.0 | aarch64 | hs-retry-0.9.3.1nb2.tgz |
NetBSD 10.0 | x86_64 | hs-retry-0.9.3.1nb2.tgz |
NetBSD 10.0 | x86_64 | hs-retry-0.9.3.1nb2.tgz |
NetBSD 9.0 | aarch64 | hs-retry-0.9.3.1nb2.tgz |
NetBSD 9.0 | aarch64 | hs-retry-0.9.3.1nb2.tgz |
NetBSD 9.0 | x86_64 | hs-retry-0.9.3.1nb2.tgz |
NetBSD 9.0 | x86_64 | hs-retry-0.9.3.1nb2.tgz |
NetBSD 9.3 | x86_64 | hs-retry-0.9.3.1nb2.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.