2017 © Pedro Peláez
 

cakephp-plugin cakephp-queue

image

rgoro/cakephp-queue

  • Tuesday, April 3, 2018
  • by rgoro
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 94 Forks
  • 0 Open issues
  • 20 Versions
  • 0 % Grown

The README.md

CakePHP Queue Plugin

Build Status Coverage Status Latest Stable Version Minimum PHP Version License Total Downloads Coding Standards, (*1)

This branch is for use with CakePHP 3., (*2)

What this package is

First go read the original background and use cases on the readme for the original package, (*3)

This is an implementation of Mark Scherer's simple Cake PHP queues replacing MySQL with MongoDB for the backend., (*4)

What this package is not

This is not a drop-in replacement for the original package. While I intend to work with that package's mantainer to integrate this backend, this is intended to satisfy a particular use case first and be of generic use later., (*5)

A major issue is that the main classes (QueuedJobsTable, QueueShell and QueueTask) were just copied to new MongoDB based implementations (QueuedJobsCollection, MongoQueueShell and MongoQueueTask). An integrated implementation should have these classes as subclasses of the originals (or a common base class) and a factory to select which implementation to use based on the configuration., (*6)

Installation and Usage

See Documentation., (*7)

To Do items:

  • The statistics that were implemented in the original package are yet to be ported to Mongo.
  • The backend controller has not been revised nor tested.
  • Make this implementation compatible with the MySQL implementation.

History

Recent Improvements

  • MongoDB Backend
  • QueuedJobs table instead of QueuedTasks (Tasks are the implementing classes only)
  • json_encode/decode instead of serialize
  • Priority for jobs
  • Transactions on getting a new job if supported from the database
  • Code improvements, stricter typehinting

And...

A huge thx to Max (Dee-Fuse) for making the 3.x upgrade complete!, (*8)

Modified by David Yell (davidyell) - Basic CakePHP 3.x support, (*9)

Modified by Mark Scherer (dereuromark) - CakePHP 2.x support - Some minor fixes - Added crontasks (as a different approach on specific problems) - Possible (optional) Tools Plugin dependencies for frontend access via /admin/queue - Config key "queue" is now "Queue" ($config['Queue'][...]), (*10)

Added by Christian Charukiewicz (charukiewicz): - Configuration option 'gcprop' is now 'gcprob' - Fixed typo in README and variable name (Propability -> Probability) - Added a few lines about createJob() usage to README - Added comments to queue.php explaining configuration options, (*11)

The Versions

03/04 2018

1.0

1.0.0.0

  Sources   Download

03/04 2018

1.1

1.1.0.0

  Sources   Download

03/04 2018

1.2

1.2.0.0

  Sources   Download

03/04 2018

1.3

1.3.0.0

  Sources   Download

03/04 2018

1.4

1.4.0.0

  Sources   Download

03/04 2018

1.4.1

1.4.1.0

  Sources   Download

03/04 2018

1.5

1.5.0.0

  Sources   Download

22/03 2017

dev-master

9999999-dev http://github.com/rgoro/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution. This is a MongoDB implementation.

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb cakephp queue background deferred tasks

22/03 2017

3.3.3

3.3.3.0 http://github.com/rgoro/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution. This is a MongoDB implementation.

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb cakephp queue background deferred tasks

13/12 2016

2.x-dev

2.9999999.9999999.9999999-dev http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

cakephp queue background deferred tasks

23/08 2016

3.3.2

3.3.2.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp queue background deferred tasks

24/06 2016

3.3.0

3.3.0.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp queue background deferred tasks

25/04 2016

3.2.1

3.2.1.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp queue background deferred tasks

19/03 2016

3.2.0

3.2.0.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp queue background deferred tasks

20/02 2016

3.1.0

3.1.0.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp queue background deferred tasks

10/01 2016

2.3.0

2.3.0.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

cakephp queue background deferred tasks

30/10 2015

3.0.0

3.0.0.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp queue background deferred tasks

31/03 2015

2.2.0

2.2.0.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

  Sources   Download

MIT

The Requires

 

cakephp queue background deferred tasks

02/03 2015

2.1.0

2.1.0.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides dereferred task execution.

  Sources   Download

MIT

The Requires

 

cakephp queue background dereferred tasks

12/12 2014

2.0.0

2.0.0.0 http://github.com/dereuromark/cakephp-queue

The Queue plugin for CakePHP provides dereferred task execution.

  Sources   Download

MIT

The Requires

 

cakephp queue background dereferred tasks