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

Missing PostgresEngine #11

Closed CriztianiX closed 7 years ago

CriztianiX commented 7 years ago

https://github.com/josegonzalez/cakephp-queuesadilla/blob/master/src/Queue/Queue.php#L73

Should be contain:

'postgres' => 'josegonzalez\Queuesadilla\Engine\PostgresEngine'

josegonzalez commented 7 years ago

Pull requests welcome.

CriztianiX commented 7 years ago

https://github.com/josegonzalez/cakephp-queuesadilla/pull/12

josegonzalez commented 7 years ago

Closing as there is a pull request open.