Multiple laravel horizon workers listen on same queue

6/14/2019

On GKE, I have two replicas of laravel horizon server for consuming queues faster. They are listening to the same queues.

I found out sometimes a job being executed multiple times at the same time.

Is this expected to happen, or did I do something wrong?

-- Tim
google-kubernetes-engine
horizon
laravel
php

0 Answers