https://github.com/devgroup-ru/yii2-deferred-tasks
Yii2 extension for handling deferred tasks (background cron jobs)
https://github.com/devgroup-ru/yii2-deferred-tasks
background-jobs cron deferred-tasks queue yii2 yii2-deferred-tasks
Last synced: about 1 year ago
JSON representation
Yii2 extension for handling deferred tasks (background cron jobs)
- Host: GitHub
- URL: https://github.com/devgroup-ru/yii2-deferred-tasks
- Owner: DevGroup-ru
- License: bsd-3-clause
- Created: 2015-05-16T23:24:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T15:06:30.000Z (about 9 years ago)
- Last Synced: 2025-03-29T14:51:10.481Z (about 1 year ago)
- Topics: background-jobs, cron, deferred-tasks, queue, yii2, yii2-deferred-tasks
- Language: PHP
- Size: 71.3 KB
- Stars: 10
- Watchers: 17
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yii2-deferred-tasks
===================
[](https://travis-ci.org/DevGroup-ru/yii2-deferred-tasks)
[](http://codecov.io/github/DevGroup-ru/yii2-deferred-tasks?branch=master)
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.
* [MySQL “Gone Away” Error with Persistent PHP Connection](http://stackoverflow.com/questions/26620625/mysql-gone-away-error-with-persistent-php-connection)
* [Handling PDO Lost MySQL Connection Error](http://brady.lucidgene.com/articles/pdo-lost-mysql-connection-error)