Cancel source extraction deadlines and isolate scheduler failures - #11
Merged
OneClickPostFactory merged 4 commits intoSep 13, 2026
Conversation
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.
Source extraction could time out while its paid AI request continued running. Separately, a scheduling exception could prevent later tenants and publishing stages from being processed.
This PR fixes both failure paths and targets
OneClickPostFactory/social-agents→main.Changes:
tsximport hook for builds to avoid the CLI’s IPC listener requirement.Validation recorded for commit
c657892a429ad0e191eb9d42e04f4b3c427041bc:npm run cipassed.The repair commit builds directly on upstream
e9eb7fa8b2d10146480377e8c51854991c728194, preserving the existing work.This is the intended upstream integration of the patch reviewed in [fork PR #6](AyobamiH#6). That fork PR remains a draft review copy and should not be merged.
Companion application changes: [App PR #9](https://github.com/AyobamiH/oneclickpostfactory/pull/9).
This PR contains no database migrations or production deployment. The broader reliability work remains tracked in
docs/implementation-checkpoint-20260912.md.