FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for models - keycoder/cakephp_queue · GitHub
keycoder
/
cakephp_queue
Public
forked from
MSeven/cakephp_queue
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cakephp_queue
models
on
master
User selector
Datepicker
Commit history
Commits on Aug 12, 2011
Added test for QueuedTask::markJobFailed()
rodrigorm
committed
260c472
View commit details
Copy full SHA for 260c472
View code at this point
Browse repository at this point
Commits on May 1, 2011
* Made functions to mark failures more robust.
Show description for 67b748b
MSeven
committed
67b748b
View commit details
Copy full SHA for 67b748b
View code at this point
Browse repository at this point
Commits on May 1, 2010
Updated Unittests
Show description for 3f63a5d
MSeven
committed
3f63a5d
View commit details
Copy full SHA for 3f63a5d
View code at this point
Browse repository at this point
Merge branch 'NeilCrookes'
Show description for 0398879
MSeven
committed
0398879
View commit details
Copy full SHA for 0398879
View code at this point
Browse repository at this point
Applied Codeformatter to simplify merge
Show description for 7b2667d
MSeven
committed
7b2667d
View commit details
Copy full SHA for 7b2667d
View code at this point
Browse repository at this point
Switched Codeformatter to ZendStudio 7.2.x
Show description for d1650c6
MSeven
committed
d1650c6
View commit details
Copy full SHA for d1650c6
View code at this point
Browse repository at this point
Commits on Apr 21, 2010
* The queued_task model can now trigger a queueworker exit.
Show description for 2049ec6
MSeven
committed
2049ec6
View commit details
Copy full SHA for 2049ec6
View code at this point
Browse repository at this point
Commits on Apr 15, 2010
Replacing since param with exclude param as since was not working due to differences in timestamps and removing date prefix from failure message
Neil Crookes
committed
43087f3
View commit details
Copy full SHA for 43087f3
View code at this point
Browse repository at this point
Removing date prefix - user can add this if they want
Neil Crookes
committed
175133c
View commit details
Copy full SHA for 175133c
View code at this point
Browse repository at this point
Commits on Apr 14, 2010
Forgot to include to facilitate identifying the tasks, a reference field has been added to the queued_tasks table which is now the 5th parameter of the QueuedTask::createJob() method
Neil Crookes
committed
aaeeff3
View commit details
Copy full SHA for aaeeff3
View code at this point
Browse repository at this point
Adding progress web service so status on all tasks or a specific group of tasks can be polled by Ajax. E.g. /queue/queued_tasks/progress.json will output a JSON object that contains the status of e…
Show description for 6b0af6f
Neil Crookes
committed
6b0af6f
View commit details
Copy full SHA for 6b0af6f
View code at this point
Browse repository at this point
Adding failure message field. Tasks can now optionally set a property during running and the queue shell will pick it up if populated and send it to the QueuedTask::markJobFailed() method, which a…
Show description for 81beace
Neil Crookes
committed
81beace
View commit details
Copy full SHA for 81beace
View code at this point
Browse repository at this point
Removing reference field code, shouldn't have add it last commit
Neil Crookes
committed
cec1a31
View commit details
Copy full SHA for cec1a31
View code at this point
Browse repository at this point
Adding task grouping support with optional -group <group string> parameter in the call to the shell. This will restrict workers to tasks with group field matching the supplied <group string>. Group…
Show description for 898992c
Neil Crookes
committed
898992c
View commit details
Copy full SHA for 898992c
View code at this point
Browse repository at this point
Commits on Mar 31, 2010
Bugfix: Workerkey Update query now correctly uses Tableprefix, closes #5
MSeven
committed
ebc3e97
View commit details
Copy full SHA for ebc3e97
View code at this point
Browse repository at this point
Fixes Issue #4 (Potential Racecondition when fetching tasks)
Show description for fdad8fc
MSeven
committed
fdad8fc
View commit details
Copy full SHA for fdad8fc
View code at this point
Browse repository at this point
Commits on Sep 8, 2009
Fixes Issue #3 (configureable cleanup timeout)
Show description for bbcb965
MSeven
committed
bbcb965
View commit details
Copy full SHA for bbcb965
View code at this point
Browse repository at this point
Commits on Sep 7, 2009
Added Queue Statistics and manual cleanup trigger via Console.
MSeven
committed
441270b
View commit details
Copy full SHA for 441270b
View code at this point
Browse repository at this point
Commits on Aug 11, 2009
Rate Limiting and unittests. issue #1
MSeven
committed
401a5d5
View commit details
Copy full SHA for 401a5d5
View code at this point
Browse repository at this point
Commits on Jul 21, 2009
Chaned requestJob behaviour.
Show description for 0a2905e
MSeven
committed
0a2905e
View commit details
Copy full SHA for 0a2905e
View code at this point
Browse repository at this point
Commits on Jun 26, 2009
New Feature: tasks can be set, to NOT run before a certain time.
MSeven
committed
55c3feb
View commit details
Copy full SHA for 55c3feb
View code at this point
Browse repository at this point
Commits on Jun 12, 2009
Added ability for Queuetasks to define custom tomeout and retry parameters.
MSeven
committed
6f49bd9
View commit details
Copy full SHA for 6f49bd9
View code at this point
Browse repository at this point
Commits on Jun 9, 2009
Added MIT License.
MSeven
committed
449ba59
View commit details
Copy full SHA for 449ba59
View code at this point
Browse repository at this point
Commits on Jun 8, 2009
Refactored markJobDone()
Show description for b0af0ad
MSeven
committed
b0af0ad
View commit details
Copy full SHA for b0af0ad
View code at this point
Browse repository at this point
* Codeformat (sync across dev machines)
Show description for f082d8c
MSeven
committed
f082d8c
View commit details
Copy full SHA for f082d8c
View code at this point
Browse repository at this point
Commits on Jun 7, 2009
* Minor cleanup
MSeven
committed
fd91660
View commit details
Copy full SHA for fd91660
View code at this point
Browse repository at this point
Commits on Jun 3, 2009
* Email Sender Task as tiny example.
Show description for 2f6e412
MSeven
committed
2f6e412
View commit details
Copy full SHA for 2f6e412
View code at this point
Browse repository at this point
Basic Unittesting setup
MSeven
committed
14be29b
View commit details
Copy full SHA for 14be29b
View code at this point
Browse repository at this point
Commits on May 27, 2009
Moving proof of concept over to a Plugin.
MSeven
committed
7e796a2
View commit details
Copy full SHA for 7e796a2
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL