Closed ivorpad closed 3 years ago
Alright, so it seems you need to pass an object to interval:
const everyThirtyDays = later.parse.recur().every(20).second();
interval: { schedules: everyTwentySeconds.schedules }
Looks like you solved it yourself, @ivorpad. Let us know if you need anymore help with this but will close it for now.
This doesn't work as expected or am I doing something wrong?:
Got this error:
It works perfectly with
later.parse.text
but I need the job to ocurr at a certain date after thecreated_at
field in the database. Basically: