Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created January 2, 2014 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bakura10/8221461 to your computer and use it in GitHub Desktop.
Save bakura10/8221461 to your computer and use it in GitHub Desktop.
<?php
return [
'slm_queue' => [
'options' => [
'worker' => [
//worker options
],
// Configure each queues
'queues' => [
'my-queue' => [
'deleted_lifetime' => 50,
'buried_lifetime' => 50
]
]
],
'queue_manager' => [
// Configure the queue plugin manager
'factories' => [
'my-queue' => 'SlmQueueDoctrine\Factory\QueueFactory'
]
]
];
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment