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).
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).