Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually added registrations don't get added #1

Open
justinkalland opened this issue Jun 22, 2021 · 1 comment
Open

Manually added registrations don't get added #1

justinkalland opened this issue Jun 22, 2021 · 1 comment

Comments

@justinkalland
Copy link
Owner

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

@justinkalland
Copy link
Owner Author

For now I setup a Heroku Scheduler job, it runs processEntireGraph.js every 10 minutes. This isn't ideal but at least works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant