-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Task timed out after 10.01 seconds #80
Comments
Hey @philffm, thanks for the report & the kind words 🙏 The biggest reason it is timing out is due to #58 We're currently doing a lot of unnecessary work each time a new URL alias is fetched to resolve the mapping from URL alias => notion ID. We can definitely improve this; I'll try to get a workaround in later tonight. See also #79. |
@philffm as a workaround for now, you can add This will make your non-root site URLs include Notion IDs which will resolve much faster. |
Tracking a WIP solution here: #83 |
Awesome! It just works... again! 🎉 |
Hi @transitive-bullshit
Great project, working super reliable so far 🎉
However now after filling the page with some content, Vercel is constantly throwing me "Task timed out after 10.01 seconds". The only way to update the content right now, is to redeploy. I tried increasing the concurrency value in get-site-maps.ts, but without any luck so far.
It is possible to create new items on the home page - but the urls / new pages are not instantly generated (need to redeploy).
https://www.notion.so/UX-Life-0aac38d9e5994f8aa7d586dec4c6883e
Do you have an idea?
Best, Phil
The text was updated successfully, but these errors were encountered: