Skip to content

Getting exception while trying to run quirrel #1135

@kayurattribe

Description

@kayurattribe

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.
quirrel error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions