feat: add Python and TypeScript scheduled quickstart templates - #16
Merged
Conversation
The scheduled use case now covers the same language and package-manager combinations as simple. Each language registers the scheduled-workflow cron with its SDK and defines the manual-run trigger, so the CLI discovers the new variants from the embedded tree with no CLI change. The examples e2e now also runs each language's scheduled example, and a parity test fails if simple gains a package manager without a scheduled counterpart.
mnafees
requested changes
Jul 27, 2026
4 tasks
BloggerBust
added a commit
that referenced
this pull request
Jul 27, 2026
This resolves the review feedback from #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The scheduled use case now covers the same language and package-manager combinations as simple. Each language registers the scheduled-workflow cron with its SDK and defines the manual-run trigger, so the CLI discovers the new variants from the embedded tree with no CLI change. The examples e2e now also runs each language's scheduled example, and a parity test fails if the simple use case gains a package manager without a scheduled counterpart.
Refs hatchet-dev/hatchet#4107.
Type of change
What's Changed
Checklist
Changes have been:
Testing
Ran all of the tests locally.
🤖 AI Disclosure
I acknowledge that an LLM was used in the creation of this Pull Request, in accordance with Hatchet's AI_POLICY.md.
Details: Claude Code (Opus 4.8) wrote the tests, and ran the validation including the live worker runs. Claude also helped fix issues and caught the ignored lock files in the .gitignore. The lock files are no longer ignored.