Closed narendravaghela closed 1 year ago
@narendravaghela take a look at https://github.com/josegonzalez/cakephp-queuesadilla/blob/master/src/Queue/Queue.php#L28
* 'url' => 'mysql://username:password@host:port/my-database?table=jobs'
looks like it is just a query string called table
Is there any way in a configuration to use a different database table for different queue configuration?