mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
Update tasks.mdx
This commit is contained in:
@@ -17,7 +17,7 @@ Defines a task that runs every minute.
|
||||
import { scheduledTask } from "@sern/handler";
|
||||
|
||||
export default scheduledTask({
|
||||
name: "* * * * *",
|
||||
trigger: "* * * * *",
|
||||
execute: (context) => {
|
||||
console.log("cron cron")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user