Releases: ostark/craft-async-queue
Releases · ostark/craft-async-queue
v1.3.2
Fixed
- Delegate
Exception::getMessage()
instead of Exception
to error log
Changed
- Increased phpstan analyse level from 1 to 5
- Excluded expected errors from phpstan
- Use
Craft::debug()
instead of deprecated Craft::trace()
v1.3.1
Requires craftcms/cms: ^3.0.0 (stable)
v1.3.0
- Process pool implemented to restrict concurrency
- Concurrency configurable via
ASYNC_QUEUE_CONCURRENCY
ENV var (default: 2)
- Lifetime of pool configurable via
ASYNC_QUEUE_POOL_LIFETIME
ENV var (default: 3600 seconds)
v1.2.0
- prevent multiple background processes
- changed log level from
info
to trace
1.1.3
Now we use Symfony\Component\Process\PhpExecutableFinder