fix(runtime-host): drop unread scheduled-task backend persistence - #3337
Open
c020627 wants to merge 1 commit into
Open
fix(runtime-host): drop unread scheduled-task backend persistence#3337c020627 wants to merge 1 commit into
c020627 wants to merge 1 commit into
Conversation
c020627
force-pushed
the
fix/scheduled-task-drop-unread-backend
branch
from
August 20, 2026 14:59
4dcffb5 to
7ef5373
Compare
c020627
force-pushed
the
fix/scheduled-task-drop-unread-backend
branch
from
August 20, 2026 15:14
7ef5373 to
a994821
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
Remove the unused
backendfield from scheduled-task execution templates so the protocol and write path stop carrying stale session backend state.This keeps old stored records readable while preventing new scheduled tasks from persisting a field that nothing consumes.
Fixes #3306
Verification
npm installnpm --workspace @maka/core testnpm --workspace @maka/runtime-host test(full suite started; the targeted scheduled-task protocol test also passed directly)npm run typecheck --workspace @maka/storagenpm run typecheck --workspace @maka/runtimenpm run typecheck --workspace @maka/runtime-hostnpx biome format packages/core/src/scheduled-task.ts packages/runtime-host/src/protocol/scheduled-task.ts packages/runtime-host/src/server/scheduled-task-coordinator.ts packages/runtime-host/src/__tests__/scheduled-task-protocol.test.tsnpx biome lint packages/core/src/scheduled-task.ts packages/runtime-host/src/protocol/scheduled-task.ts packages/runtime-host/src/server/scheduled-task-coordinator.ts packages/runtime-host/src/__tests__/scheduled-task-protocol.test.tsnode --test dist/__tests__/scheduled-task-protocol.test.jsinpackages/runtime-hostAI use
Tool(s) and scope: OpenAI Codex contributed to issue discovery, repository analysis, implementation, validation, and PR preparation.
Checklist
Does this PR entail a change in behavior?