🚚 move timeouts job into folder
This commit is contained in:
parent
a8694d2e06
commit
46bb4b6f6d
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
import logger from "../logger";
|
||||
import logger from "../../logger";
|
||||
|
||||
import timeoutSchema from "../models/timeout";
|
||||
import timeoutSchema from "../../models/timeout";
|
||||
|
||||
import addSeconds from "../helpers/addSeconds";
|
||||
import addSeconds from "../../helpers/addSeconds";
|
||||
|
||||
export const options = {
|
||||
schedule: "*/30 * * * *", // https://crontab.guru/
|
Loading…
Add table
Reference in a new issue