![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@comunica/actor-http-retry
Advanced tools
Comunica HTTP bus actor that can retry failed requests
An HTTP actor that performs simple request retries.
This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
$ yarn add @comunica/actor-http-retry
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-retry/^3.0.0/components/context.jsonld"
],
"actors": [
{
"@id": "urn:comunica:default:http/actors#retry",
"@type": "ActorHttpRetry"
}
]
}
KeysHttp.httpRetryCount
: The number of retries, added on top of the initial attempt.KeysHttp.httpRetryDelayFallback
: The fallback retry delay in milliseconds, if a server does not send a Retry-After
header.KeysHttp.httpRetryDelayLimit
: The optional upper limit of the retry delay in milliseconds. If a server requests a delay larger than this, the engine will consider it unavailable.FAQs
Comunica HTTP bus actor that can retry failed requests
The npm package @comunica/actor-http-retry receives a total of 1,444 weekly downloads. As such, @comunica/actor-http-retry popularity was classified as popular.
We found that @comunica/actor-http-retry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.