logo hsb.horse
← Back to tag index

Tags

#ops

Blog posts, snippets, and glossary entries related to "ops", gathered in one place.

Entries 3
  1. Glossary
    Drain

    Drain is a transition or shutdown procedure that stops accepting new requests or jobs while safely finishing only the work already in progress.

  2. Glossary
    Liveness

    Liveness is an indicator of whether a process or service is still alive rather than stopped, hung, or stuck in an unrecoverable state.

  3. Glossary
    Readiness

    Readiness is an indicator of whether a service or process is in a state where it can accept new requests or new jobs.