devgroup / yii2-deferred-tasks
Allows running tasks and actions in background(triggered by cron) in yii2 framework.
Installs: 820
Dependents: 3
Suggesters: 0
Security: 0
Stars: 11
Watchers: 18
Forks: 4
Open Issues: 1
Type:yii2-extension
Requires
- devgroup/yii2-tag-dependency-helper: ~1.5
- mtdowling/cron-expression: ~1.2.0
- symfony/process: ~3.2
- yiisoft/yii2: ~2.0
Requires (Dev)
- devgroup/dotplant-dev: ~1.0.0
README
This is an extension for yii2 framework for running deferred tasks in background from cron.
Tasks can be either yii console commands or system cli commands.
More details coming soon.
WARNING
Use of mysql persistent connect isn't recommended. Use at your own risk.