php-queue-manager
php-queue-manager copied to clipboard
Help with `timeout` (Not documented)
Andrius thanks for this light lib, waana try to use in my project but could you explain how timeout works in Queues and Messages?
timeout is used to make sure that same messages are not selected while they are being consumed.
Its about message timeout - i've got it earlier, but there is timeout in queue tables. For what it used and when?