Skip to content

fix: don't create duplicate workers when clustering is disabled

fEmber requested to merge fix/remove-duplicate-worker into develop

What does this PR do? (Please give us a brief description of what this PR does.)

This PR fixes a bug that starts a duplicate instance of each queue worker when run in non-clustered mode (MK_DISABLE_CLUSTERING=1).

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports