-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: support for scheduled functions #10471
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: fdd0663 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Please open an issue first for new features so we can discuss the problem we are trying to solve and how we want to solve it. A few notes on this particular PR, separate from that:
|
@Conduitry Sorry for the mistakes, this is my first time contributing to a major open source project.
|
Co-authored-by: Ben McCann <[email protected]>
This would need to update the Also, you will need to run |
@benmccann Sorry for the delayed response, I was away from my messages for personal reasons. I still think that it would be very interesting for Svelte Kit to have built-in support for scheduled functions on compatible platforms, but I don't have a lot of experience with open-source software and I am unsure what the next steps should be. This would require a new convention and modifications to most adapters, this PR was just an experiment of a Netlify prototype. My suggestion would be to have something like a special |
Ah, I see the issue you created now: #10477. Thanks for the details |
closes #10477
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.