apinstein / jqjobs

A job queue engine for PHP.
32 stars 5 forks source link

Add JQStore->getByCoalesceId #5

Closed ardell closed 12 years ago

ardell commented 12 years ago

Note:

In JQStore/Propel.php I had to do the select inline (instead of creating JQStoreManagedJobPeer::retrieveByCoalesceId, but for some reason propel wasn't recognizing the function when it was declared in the propel class...

-Jason

apinstein commented 12 years ago

Cool! Can you add tests for JQStore_Array and JQStore_Propel to exercise the new JQStore coalesceId fetcher?

ardell commented 12 years ago

This is done, pls merge.