Download the PHP package anaseqal/laravel-asynq without Composer
On this page you can find all versions of the php package anaseqal/laravel-asynq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anaseqal/laravel-asynq
More information about anaseqal/laravel-asynq
Files in anaseqal/laravel-asynq
Download anaseqal/laravel-asynq
More information about anaseqal/laravel-asynq
Files in anaseqal/laravel-asynq
Vendor anaseqal
Package laravel-asynq
Short Description Laravel integration for Asynq task queue
License MIT
Package laravel-asynq
Short Description Laravel integration for Asynq task queue
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-asynq
Laravel Asynq
Laravel integration for Asynq task queue system.
Installation
Publish configuration:
Configuration
Add to your Laravel project's config/database.php under redis connections:
Add to your .env:
Usage
Basic Usage
Available Options
- delay: Seconds to wait before processing
- retry: Maximum retry attempts
- timeout: Task timeout in seconds
- retention: Data retention period
- uniqueKey: Unique task identifier
- groupKey: Task group identifier
- deadline: Task deadline offset
All versions of laravel-asynq with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
laravel/framework Version ^11.31
ramsey/uuid Version ^4.0
google/protobuf Version ^3.0
laravel/framework Version ^11.31
ramsey/uuid Version ^4.0
google/protobuf Version ^3.0
The package anaseqal/laravel-asynq contains the following files
Loading the files please wait ....