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

Organic deployment timeouts on Foundation Catalysts #1481

Open
marianogoldman opened this issue Mar 31, 2023 · 0 comments
Open

Organic deployment timeouts on Foundation Catalysts #1481

marianogoldman opened this issue Mar 31, 2023 · 0 comments

Comments

@marianogoldman
Copy link
Contributor

Some scene deployments can take a long time, well over 2 minutes. When this happens, Cloudflare times out after 2 mins of inactivity. These scenes probably span too many lands and ownership checking takes a lot of time.
Using subgraphs, for a scene of n parcels, it could make 3 * n queries for checking for land ownership, operator permissions and estate. These could probably be either batched or run in parallel.
For the new on-chain validations, batching is already happening, but this still takes more than 2 mins.
We should see how we can do to speed up those queries.

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

No branches or pull requests

1 participant