forked from dereuromark/cakephp-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME_CRONTASKS
More file actions
33 lines (25 loc) · 1.05 KB
/
README_CRONTASKS
File metadata and controls
33 lines (25 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--------------------------------
CakePHP Queue Plugin - Crontasks
--------------------------------
http://github.com/
Background:
--------------------------------
"Crontasks" are a part of the queue plugin.
While the queue plugin is helpful to get deferred job execution for time and ressource consuming tasks the crontasks are supposed to be cronjobs that can be adjusted from the user interface (backend of the application).
Select tasks and when they should be executed.
As soon as the queue finds out that a cronjob is due it will add this job to the queue and execute it.
Advantage: You don't have to have server rights to modify the cronjobs and how often it should run. Admins can use the website to adjust settings if desired.
Installation:
--------------------------------
* ...
Configuration:
--------------------------------
...
Usage:
--------------------------------
Run the following using the cakephp shell:
cake Queue.Cron help
-> Display Help message
...
Notes:
DO NOT USE YET - DEV ONLY!!! Please use the official Queue Stuff only!