You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't work as expected or am I doing something wrong?:
interval: later.parse.recur().on("12:10").time(),
Got this error:
internal/worker.js:210
this[kPort].postMessage({
^
DOMException [DataCloneError]: functionon() {
values = Array.isArray(arguments[0]) ? arguments[0] : arguments;return this;
} could not be cloned.
at new Worker (internal/worker.js:210:17)
at Bree.run (/Users/ivor/Developer/projects/order-tracking-app/ezot-jobs-server/node_modules/bree/lib/index.js:275:30)
at /Users/ivor/Developer/projects/order-tracking-app/ezot-jobs-server/node_modules/bree/lib/index.js:460:27
at Timeout.scheduleTimeout [as _onTimeout] (/Users/ivor/Developer/projects/order-tracking-app/ezot-jobs-server/node_modules/@breejs/later/lib/index.js:1013:7)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
It works perfectly with later.parse.text but I need the job to ocurr at a certain date after the created_at field in the database. Basically:
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:The text was updated successfully, but these errors were encountered: