We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current Behavior Getting technical exception while trying to enqueue using quirrel.
Input Code
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
Possible Solution
Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered:
Hi @kayurattribe! The error you're seeing is because by default, Quirrel tries to work with the api.quirrel.dev server, which has been discontinued.
You need to self-host a server and configure your backend to point to that. If you haven't done that yet, take a look here: https://docs.quirrel.dev/deploying#how-to-deploy-your-own-server
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: