Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Daniel Covington 456788940b Add KCI processing job docs scaffold 1 semana atrás
..
jobs Add KCI processing job docs scaffold 1 semana atrás
README.md Add KCI processing job docs scaffold 1 semana atrás
file-processing-conventions.md Add KCI processing job docs scaffold 1 semana atrás
job-inventory.md Add KCI processing job docs scaffold 1 semana atrás
job-runbook-template.md Add KCI processing job docs scaffold 1 semana atrás
troubleshooting-guide.md Add KCI processing job docs scaffold 1 semana atrás

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.