Skip to content

Fold Norgate Task Scheduler debugging notes into docs#42

Merged
mspinola merged 1 commit into
mainfrom
docs/norgate-scheduler-debugging
Jul 26, 2026
Merged

Fold Norgate Task Scheduler debugging notes into docs#42
mspinola merged 1 commit into
mainfrom
docs/norgate-scheduler-debugging

Conversation

@mspinola

Copy link
Copy Markdown
Owner

Summary

  • Folds cotdata-relevant notes from a private Windows Task Scheduler debugging session into docs/WINDOWS_SCHEDULING.md's Troubleshooting section, so they live in the repo instead of a personal note.
  • New: "Task doesn't fire at all" (disabled task, AC-power condition silently skipping runs on a laptop producer).
  • New: "Can't write to the store over a network path" (UNC path access needs the task's own run-as credentials, since a mapped drive or interactive session doesn't carry over).
  • New: reference link for decoding numeric Last Run Result codes.
  • Left out anything generic/not cotdata-specific or already covered (NDU session requirement, fully-qualified exe paths, exit-code semantics were already in the doc).

Test plan

  • Docs-only change, no code/tests affected
  • Read through the merged Troubleshooting section end-to-end to confirm no duplication with existing entries

Adds three troubleshooting sections not previously covered: triggers
and conditions that silently prevent a task from firing at all
(disabled, AC-power condition on a laptop), UNC/network-path store
access under the task run-as context, and a reference link for
decoding numeric Last Run Result codes.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@mspinola
mspinola merged commit 18f8ea5 into main Jul 26, 2026
5 checks passed
@mspinola
mspinola deleted the docs/norgate-scheduler-debugging branch July 26, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant