apinstein / jqjobs

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

Refactor autoscaler to be based on a persistent background process that polls JQStore and scales appropriately. #22

Closed apinstein closed 10 years ago

apinstein commented 10 years ago

So obv we didn't test this yet. I didn't even run the tests, but this should be a good start. Trying to just get all the bullet points online. It might need a few simple tests now that we have the architecture worked out?

apinstein commented 10 years ago

do we need to write any tests for this?

lorennorman commented 10 years ago

I'm not entirely sure how or what to test, here. I would like to have it be exercised but it's an infinite loop that sleeps! Need to refactor further in order to test.