feat: add queue
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-24 21:24:50 +01:00
parent ea5adb2f93
commit 6647bb89be
4 changed files with 5 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ use std::sync::Arc;
use notmad::{Component, MadError};
use tokio::sync::Mutex;
use super::{handlers::scheduled_tasks::ScheduledTasks, models::Commands, scheduler::Scheduler};
use super::{models::Commands, scheduler::Scheduler};
#[derive(Clone)]
pub struct AgentQueue {