#[cron]
#[cron(1/10 * * * * *)]
"path"
#[cron("1/10 * * * * *")] async fn example() { println!("hello world"); }