pub async fn register_worker(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
storage_type: &str,
) -> Result<(), Error>Expand description
Register a new worker in the database
pub async fn register_worker(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
storage_type: &str,
) -> Result<(), Error>Register a new worker in the database