hydrant

ingestion control

created last month :: modified last month :: 700 B .md

Tools

download raw

GET /ingestion#

get the current ingestion status. returns { "crawler": bool, "firehose": bool, "backfill": bool }.

PATCH /ingestion#

enable or disable ingestion components at runtime without restarting. only provided fields are updated.

fielddescription
crawlerenable or disable the crawler
firehoseenable or disable the firehose
backfillenable or disable the backfill worker

when disabled, each component finishes its current task before pausing (e.g. the backfill worker completes any in-flight repo syncs, the firehose finishes processing the current message). they resume immediately when re-enabled.