Bug Report
Current Behavior
Getting technical exception while trying to enqueue using quirrel.
Input Code
- REPL or Repo link if applicable:
ReminderQueue.enqueue(
{
body,
email: investorEmail,
},
{
runAt: dayjs(courseType.startDate).subtract(60, 'minutes').toDate(),
retry: ['5min'],
},
);
Expected behavior/code
No Errors. We expect the queue to fire without any issues.
Environment
- Quirrel version: [e.g. v1.0.3] - 1.13.1
- Node/npm version: [e.g. Node 14/npm 6] 16.13.2/ 8.10.0
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.

Bug Report
Current Behavior
Getting technical exception while trying to enqueue using quirrel.
Input Code
Expected behavior/code
No Errors. We expect the queue to fire without any issues.
Environment
Possible Solution
Additional context/Screenshots

Add any other context about the problem here. If applicable, add screenshots to help explain.