Add outbox worker processing policy

This commit is contained in:
Jason Thistlethwaite
2026-04-25 00:53:49 +00:00
parent c9f4c69525
commit f109fdcb91
8 changed files with 249 additions and 33 deletions
+3 -1
View File
@@ -37,6 +37,7 @@ Dry-run operational helpers before applying changes:
./validate_test_instance.py
./helpdesk_smoke_test.py
./validate_helpdesk_outbox_worker.py
./redmine_outbox_worker.py --status
./redmine_outbox_worker.py --dry-run --batch-size 10
```
@@ -56,7 +57,8 @@ against the LAN Redmine copy using controlled projects such as `fud-helpdesk` or
deployment assumptions change. The post-import workflow lives in
`docs/test_instance_post_import.md`; the Helpdesk/redMCP live smoke test is
documented in `docs/helpdesk_smoke_test.md`; the Helpdesk outbox worker
validator is documented in `docs/helpdesk_outbox_worker_validation.md`.
validator is documented in `docs/helpdesk_outbox_worker_validation.md`; worker
processing policy is documented in `docs/outbox_worker_policy.md`.
## Commit & Pull Request Guidelines