pub async fn add_to_queue(
db: &Surreal<Any>,
queue_name: &str,
task_id: &String,
priority: i64,
ts: DateTime<Utc>,
err_msg: &'static str,
) -> Result<(), BroccoliError>Expand description
add to the end of the timeseries queue without scheduling