Skip to main content

Crate reifydb_sub_task

Crate reifydb_sub_task 

Source
Expand description

Background-task scheduler for ReifyDB-internal jobs: registering recurring or deferred work, dispatching it on the runtime’s pools, and tracking handles so an admin can list, cancel, or inspect what is running. Used for flushers, compactors, telemetry collection, and any subsystem-owned background loop that benefits from sharing the workspace’s scheduling discipline.

The crate is not a user-facing job system - it does not run user-supplied procedures on a cron. That kind of workload belongs in routines and flow.

Modules§

context
coordinator
factory
handle
registry
schedule
subsystem
task