Webador / SlmQueue

Laminas / Mezzio module that integrates with various queue management systems.
Other
137 stars 56 forks source link

Changed the job status class from WorkerEvent to ProcessJobEvent #190

Closed FrankHouweling closed 7 years ago

FrankHouweling commented 7 years ago

The documentation referenced the WorkerEvent class to contain constants for the different default statuses. In reality, these have moved to ProcessJobEvent. This commit fixes those references.

Thanks for creating this library, really helping me out!

basz commented 7 years ago

thanks!