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: 5

Open Issues: 1

Type:yii2-extension

0.1.2 2017-04-25 15:06 UTC

This package is auto-updated.

Last update: 2024-04-11 13:04:55 UTC


README

Build Status codecov.io

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.