An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

yii2-deferred-tasks
===================

[![Build Status](https://travis-ci.org/DevGroup-ru/yii2-deferred-tasks.svg?branch=master)](https://travis-ci.org/DevGroup-ru/yii2-deferred-tasks)
[![codecov.io](http://codecov.io/github/DevGroup-ru/yii2-deferred-tasks/coverage.svg?branch=master)](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)