Describe the bug
When running 2 workers with separate queues I get errors from the server and the worker that is not supposed to run the queue still tries to do it.
To Reproduce
Steps to reproduce the behavior:
- Create 2 worker, une dedicated to indexing, the other to apply-collection-filter
- Run the project
- Add/modify a product to trigger some jobs
- See error in console
Expected behavior
No error should be displayed and jobs thaht does not concerne a worker should be ignored
Environment (please complete the following information):
- @vendure/core version: 1.6.4
- Nodejs version: 16.16
- Database (mysql/postgres etc): postgres
Describe the bug
When running 2 workers with separate queues I get errors from the server and the worker that is not supposed to run the queue still tries to do it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error should be displayed and jobs thaht does not concerne a worker should be ignored
Environment (please complete the following information):