-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
♻️ In progress