Skip to content
New issue

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

Launching serveral queue listener command #48

Open
rutonyru opened this issue Jun 19, 2024 · 1 comment
Open

Launching serveral queue listener command #48

rutonyru opened this issue Jun 19, 2024 · 1 comment

Comments

@rutonyru
Copy link

rutonyru commented Jun 19, 2024

Hi Romain,

Still working with your fantastic framework.
As I tried to launch several queue:listener with the command (the two queues separated with a comma):
node ace queue:listen --queue=zeendoc_documents,orderPaidTreatment
The log is then : [09:51:11.253] INFO (65396): Queue [zeendoc_documents,orderPaidTreatment] processing started...
But the two queue listeners don't work.

I had to change the command to :
node ace queue:listen --queue=zeendoc_documents --queue=orderPaidTreatment
And the log is then :
[10:01:56.227] INFO (70360): Queue [zeendoc_documents] processing started...
[10:01:56.229] INFO (70360): Queue [orderPaidTreatment] processing started...

Is it right ? And then, the readme instruction might be changed ?

Have a good day,

Antoine

@RomainLanz
Copy link
Owner

Hey @rutonyru! 👋🏻

This is a bug in Ace (adonisjs/v6-docs#82).
It is going to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants