fix: rename overview.md files to avoid conflicts and add collection name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! Runner trait abstraction for job processing
|
||||
|
||||
use crate::{Job, JobStatus, Client};
|
||||
use log::{debug, error, info};
|
||||
use log::{error, info};
|
||||
use redis::AsyncCommands;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
@@ -32,7 +32,6 @@ where
|
||||
.caller_id("script_mode")
|
||||
.payload(script_content)
|
||||
.runner(runner_id)
|
||||
.executor("rhai")
|
||||
.timeout(job_timeout.as_secs())
|
||||
.build()?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user