bluzphp / module-queues
bluz queues module
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:bluz-module
Requires
- bluzphp/composer-plugin: ~2.1
- bluzphp/framework: ~7.11
- enqueue/enqueue: ~0.9
- enqueue/redis: ~0.9
This package is auto-updated.
Last update: 2024-10-29 04:42:14 UTC
README
Achievements
Usage
Install module
To install the module run the command:
php /vendor/bin/bluzman module:install queues
Run CLI
To run worker, run the command:
php /vendor/bin/bluzman run queues/worker php /vendor/bin/bluzman db:migrate
Remove module
To remove the module, run the command:
php /vendor/bin/bluzman module:remove queues