In Laravel, what is the difference between parameters passed at queue:work and config/queue.php
Both have similar parameters and are used to specify parameters like timeout, etc for the jobs in queue
Then where lies the difference, is it that , the priority of parameters will be different ?