For the complete documentation index, see llms.txt. This page is also available as Markdown.

Blackbox

Quarantine noisy “flapping” items so runs stay safe, quiet, and cheap.

Blackbox is “stop retrying this item for a while”.

It quarantines items that keep failing writes.

Use it to reduce:

  • repeated apply failures

  • API churn and rate-limit pressure

  • noisy logs and long runs

What to do if something is stuck

  • Wait for cooldown to expire, or

  • remove the key from the blackbox file

Related:

Last updated

Was this helpful?