josegonzalez / cakephp-queuesadilla

CakePHP3: easily run background jobs on various message backends
https://cakephp-queuesadilla.readthedocs.org/en/latest/
MIT License
34 stars 14 forks source link

Option to set the table name #30

Closed narendravaghela closed 1 year ago

narendravaghela commented 5 years ago

Is there any way in a configuration to use a different database table for different queue configuration?

angelxmoreno commented 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