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

@@ -14,6 +14,8 @@ impl ScheduledTasks {
task: &str,
_properties: BTreeMap<String, String>,
) -> anyhow::Result<()> {
tracing::info!("scheduling: {}", task);
// Get plan
let plan = Plan::new();
let tasks = plan.tasks().await?;