pub async fn initial_heartbeat(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
storage_type: &str,
) -> Result<(), Error>Expand description
Perform the initial heartbeat and registration of the worker
pub async fn initial_heartbeat(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
storage_type: &str,
) -> Result<(), Error>Perform the initial heartbeat and registration of the worker