You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A manually added submission never has an unresolved request. Because the worker builds by pulling open requests from The Graph, the registration never gets added.
Temporary solution is just running ./dist/worker/scripts/processEntireGraph.js to pick them up.
One fix would be regularly calling processEntireGraph.js but that wouldn't scale.
Perhaps it is not worth fixing on the mainnet (we should never have manual).
The text was updated successfully, but these errors were encountered:
This problem came up on the Kovan deployment.
A manually added submission never has an unresolved request. Because the worker builds by pulling open requests from The Graph, the registration never gets added.
Temporary solution is just running
./dist/worker/scripts/processEntireGraph.js
to pick them up.One fix would be regularly calling
processEntireGraph.js
but that wouldn't scale.Perhaps it is not worth fixing on the mainnet (we should never have manual).
The text was updated successfully, but these errors were encountered: