Releases: javibravo/simpleue
Releases · javibravo/simpleue
2.1.0
New feature:
- AWS SQS Job Locker to Prevent Duplication
2.0.0
New feature (Backward compatibility break):
- isMyJob: Function that allow to identify jobs when pulling from the queue and take action.
1.2.0
Added features:
- Handle SIGTERM or SIGINT to exit gracefully
- Important! This feature is not tested in HHVM, thus might not work as expected if you are running it on HHVM
1.1.2
Set maxIterations to 0 as default value in QueueWorker.
1.1.1
Fix issue with maxIterations in QueueWorker, typecast to int by default.