Document nextRun parameter on UpdateJob#2637
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
tylerkaraszewski
approved these changes
Jun 12, 2026
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.
Details
UpdateJobhas accepted and applied anextRunparameter since 2020 (commit5987b1e3, "Allow to update nextRun in UpdateJob"), and an explicitnextRuntakes priority over the schedule computed fromrepeat. The docs, however, only listjobID,data,repeat, andjobPriority— so the capability is invisible to anyone reading them. This addsnextRunto the public Jobs docs (docs/jobs.md, which renders to bedrockdb.com/jobs) and the plugin README (plugins/Jobs.md).Surfaced during review of Auth#21635, where the missing doc led a reviewer to believe
UpdateJobignoresnextRun.Fixed Issues
N/A — docs-only fix, no tracking issue.
Tests
Docs-only change; no code or behavior is affected.
UpdateJob'snextRunhandling is already covered bytest/tests/jobs/UpdateJobTest.cpp.Internal Testing Reminder: when changing bedrock, please compile auth against your new changes
– written by Claude on Ben's behalf