vend / php-resque

PHP port of resque (Workers and Queueing)
MIT License
32 stars 9 forks source link

Bugfix status created #12

Closed derschatta closed 9 years ago

derschatta commented 9 years ago

I discovered that the status is created with the attribute 'started' but later the attribute 'created' is used. I assume it should be 'created' and not 'started' as this would match the existing logic.

Fixed it and also wrote a test.