feat(functions): cron timezone + stop dual-write event - #330
Merged
Conversation
ChrisPdgn
marked this pull request as ready for review
September 11, 2026 15:09
Add IANA timezone on cron create/edit, validate schedule in that zone, and stop dual-writing the pattern into inputs.event.
Avoid leaving cron-only options behind when switching away from cron, which broke request/webhook/event validation after a type change.
kkopanidis
approved these changes
Sep 13, 2026
kkopanidis
force-pushed
the
cursor/feat-functions-cron-timezone-1507
branch
from
September 13, 2026 11:33
101fcd5 to
ab95da2
Compare
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.
Summary
Aligns Admin Functions cron UI with Conduit #1507:
UTC) on cron create/editinputs.cronPattern+inputs.timezoneonly (no dual-write toinputs.event)optionswhen switching function type so Request↔Cron does not leave a broken form stateBase:
ui-rewrite. Builds on merged #286 cron schedule →cronPattern.Test plan
Europe/Athens) → API hascronPattern+timezone, noeventinputs.eventstill loads schedule on edit