pub type JobHandler = Arc<dyn Fn(JobEntry) -> BoxFuture<'static, JobResult<()>> + Send + Sync>;
Job handler function type
pub struct JobHandler { /* private fields */ }