-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Sveltekit vercel adapter ignores cron jobs #10071
Comments
The warning in the build output is erroneous -- I'm about to push a fix. But the "not writing them to |
That might be true if using Vercel git integration, but we deploy with the Fixed it with a small workaround, but would be amazing not having to do this
|
Out of curiosity, why For users that aren't using the Git integration, could we expose a |
Because Vercel does not have any tools built in for running db-migrations etc. So to do that, the recommended way is to deploy from a github action (or similar) 🙃 |
Reopening to answer the above question |
Yeah, I use Do we need |
Looks like only the |
Describe the bug
When using the vercel-adapter, cron jobs are ignored.
Reproduction
npm run build
cat .vercel/output/config.json
- no cron jobs specifiedLogs
No response
System Info
Severity
blocking an upgrade
Additional Information
There seems to also be a warning when building about the endpoint not being there, but it's there.
I might be missing something obvious, but I'm not sure what...
The text was updated successfully, but these errors were encountered: