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
Hi there, first of all I'm new to node js and adonis so bear with me please. So I was trying to make some heavy process running on queue, including send emails and write some history logs.
as you can see I created a Job named SendEmailApprovePerHouse it was working fine. But when I add another Job and put it in different event, it shows error Cannot call Queue#process twice.
This is how I defined the new Job in another event:
Hey @yusuf1494 , thanks for logging this issue :) . I see you are logging a bug. However, you didn't follow our template format for reporting bugs delineated here. Please, help us by repurposing your issue to conform with this template format.
Provide the version of NodeJS you are using.
Provide the version of this library which you are using
And all other pertinent info, requested by our issue template
Hi there, first of all I'm new to node js and adonis so bear with me please. So I was trying to make some heavy process running on queue, including send emails and write some history logs.
as you can see I created a Job named SendEmailApprovePerHouse it was working fine. But when I add another Job and put it in different event, it shows error
Cannot call Queue#process twice
.This is how I defined the new Job in another event:
How can I add another Job or Queue?
Thanks.
The text was updated successfully, but these errors were encountered: