Webador / SlmQueue

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

Prepare for a release that does not allow return status codes of jobs #237

Closed roelvanduijnhoven closed 3 years ago

roelvanduijnhoven commented 3 years ago

There are two problems with the introduction of the ?int type of jobs:

This PR removes the status code definition as a first step.

We can release this in a minor release, because SlmQueueDoctrine or other users can still run implement the JobInterface with the more strict return type ?int.