Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Daniel Covington 456788940b Add KCI processing job docs scaffold před 1 týdnem
..
jobs Add KCI processing job docs scaffold před 1 týdnem
README.md Add KCI processing job docs scaffold před 1 týdnem
file-processing-conventions.md Add KCI processing job docs scaffold před 1 týdnem
job-inventory.md Add KCI processing job docs scaffold před 1 týdnem
job-runbook-template.md Add KCI processing job docs scaffold před 1 týdnem
troubleshooting-guide.md Add KCI processing job docs scaffold před 1 týdnem

README.md

KCI Processing Jobs Documentation

This folder documents KCI jobs and processes used to process files, PDFs, imports, exports, scheduled work, cleanup tasks, and related operational workflows.

The goal is to make each job understandable, supportable, verifiable, and safer to change.

Start Here

Job Runbooks

Documentation Rules

  • Do not store passwords, credentials, private keys, connection strings, or sensitive customer data in these files.
  • Mark unknowns clearly instead of guessing.
  • Separate environment-specific details when production, test, and local behavior differ.
  • For every job, define how success is verified.
  • For file-processing jobs, document input locations, output locations, naming conventions, retention, and reprocessing rules.

Suggested Documentation Flow

  1. Add the job to Job Inventory.
  2. Copy Job Runbook Template into jobs/<job-name>.md.
  3. Fill in verified facts first.
  4. Mark unresolved items as Unknown.
  5. Review security notes before committing.
  6. Have someone familiar with the job validate the runbook.

Powered by TurnKey Linux.