Skip to content

Commit

Permalink
Fix retry actor not being configured
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 15, 2024
1 parent db2c4e8 commit a4e92bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@

"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-inrupt-solid-client-authn/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-fetch/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-proxy/^4.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-proxy/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-retry/^4.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
"actors": [
{
"@id": "urn:comunica:default:http/actors#retry",
"@type": "ActorHttpRetry",
"mediatorHttp": { "@id": "urn:comunica:default:http/mediators#main" },
"beforeActors": { "@id": "urn:comunica:default:http/actors#proxy" }
},
{
"@id": "urn:comunica:default:http/actors#proxy",
"@type": "ActorHttpProxy",
Expand Down
2 changes: 2 additions & 0 deletions engines/query-sparql-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"@comunica/actor-http-fetch": "^4.0.1",
"@comunica/actor-http-inrupt-solid-client-authn": "^4.0.1",
"@comunica/actor-http-proxy": "^4.0.1",
"@comunica/actor-http-retry": "^4.0.1",
"@comunica/actor-http-wayback": "^4.0.1",
"@comunica/actor-init-query": "^4.0.1",
"@comunica/actor-optimize-query-operation-assign-sources-exhaustive": "^4.0.1",
Expand Down Expand Up @@ -288,6 +289,7 @@
"@comunica/bus-http-invalidate": "^4.0.1",
"@comunica/bus-query-operation": "^4.0.1",
"@comunica/config-query-sparql": "^4.0.1",
"@comunica/config-query-sparql-solid": "^4.0.1",
"@comunica/context-entries": "^4.0.1",
"@comunica/core": "^4.0.1",
"@comunica/logger-void": "^4.0.1",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2140,6 +2140,17 @@
"@comunica/mediatortype-time" "^4.0.1"
"@comunica/types" "^4.0.1"

"@comunica/actor-http-retry@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@comunica/actor-http-retry/-/actor-http-retry-4.0.1.tgz#f43a6e107325e73f397a5292ccd69160b8794bc2"
integrity sha512-IXh3yB8XoPAe+LgkBAd1uuaX3Er50Ng1WFjcwUGlc2hipXS+ngHcDC0fETq810h6GmGmDdwWUwNsi6jmQgUmNA==
dependencies:
"@comunica/bus-http" "^4.0.1"
"@comunica/bus-http-invalidate" "^4.0.1"
"@comunica/context-entries" "^4.0.1"
"@comunica/core" "^4.0.1"
"@comunica/mediatortype-time" "^4.0.1"

"@comunica/actor-http-wayback@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@comunica/actor-http-wayback/-/actor-http-wayback-4.0.1.tgz#3e460bf4758c0111dbc40d93c3bb2379a8d49eee"
Expand Down

0 comments on commit a4e92bf

Please sign in to comment.