criztianix / cakephp-cremilla
CakePHP wrapper plugin around CakePHPQueuesadilla with some improves
Installs: 93
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4
- cakephp/cakephp: ~3.4
- josegonzalez/cakephp-queuesadilla: 0.4.2
- skie/cakephp-search: 1.0.3
Requires (Dev)
- cakephp/cakephp-codesniffer: dev-master
- phpunit/phpunit: 4.1.*
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2025-03-29 23:15:58 UTC
README
An user interface to handle Queues, Workers and Logs for CakePHP-Quesadilla
Running migrations
$ bin/cake Migrations migrate -p Josegonzalez/CakeQueuesadilla
$ bin/cake Migrations migrate -p CriztianiX/Cremilla
Running workers from command line.
Notice, this worker cannot be stopped from UI
$ bin/cake CriztianiX/Cremilla.Worker --queue default --logger cremilla
Running the workers observer
Using Mailgun built-in transport for notifications, like "Minimum number of workers reached"
MAILGUN_DOMAIN="" MAILGUN_API_KEY="" EMAIL_FROM_DOMAIN="postmaster@domain.com" \ EMAIL_FROM_NAME="Cremilla Alert" EMAIL_TO="sysadmin@localhost.com" bin/cake CriztianiX/Cremilla.worker_observer