FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · 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
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 18, 2012
Merge remote-tracking branch 'Deizel/master'
Show description for 52d8a45
MSeven
committed
52d8a45
View commit details
Copy full SHA for 52d8a45
Browse repository at this point
Made logs less noisy so that 'looking for job' and 'sleeping' are not logged unless --verbose mode is enabled.
Show description for a361c44
jamiemill
authored and
MSeven
committed
a361c44
View commit details
Copy full SHA for a361c44
Browse repository at this point
Prepended each logged line with a timestamp.
Show description for e28c702
MSeven
committed
e28c702
View commit details
Copy full SHA for e28c702
Browse repository at this point
Commits on Jan 29, 2012
Merge pull request #11 from rodrigorm/master
Show description for 6fdb9a3
MSeven
committed
6fdb9a3
View commit details
Copy full SHA for 6fdb9a3
Browse repository at this point
Commits on Oct 24, 2011
changing class name to title case (as per cakephp standards)
deizel
committed
e6347d5
View commit details
Copy full SHA for e6347d5
Browse repository at this point
updating shell output to match that of cakephp core shells
deizel
committed
ba03b08
View commit details
Copy full SHA for ba03b08
Browse repository at this point
making `created` field nullable (as per cakephp conventions)
deizel
committed
0a34ac1
View commit details
Copy full SHA for 0a34ac1
Browse repository at this point
Commits on Aug 12, 2011
Added test for QueuedTask::markJobFailed()
rodrigorm
committed
260c472
View commit details
Copy full SHA for 260c472
Browse repository at this point
Commits on May 15, 2011
Added migrations support
rodrigorm
committed
cbe4521
View commit details
Copy full SHA for cbe4521
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
Browse repository at this point
Commits on Feb 15, 2011
Enabled garbage collection for php 5.3 to reduce memory leaks.
jamiemill
committed
8095c5e
View commit details
Copy full SHA for 8095c5e
Browse repository at this point
Commits on Jul 6, 2010
new Shell Execution Task
MSeven
committed
d88f443
View commit details
Copy full SHA for d88f443
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
Browse repository at this point
Merge branch 'NeilCrookes'
Show description for 0398879
MSeven
committed
0398879
View commit details
Copy full SHA for 0398879
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
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
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
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
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
Browse repository at this point
Adding 'exitwhennothingtodo' option to configuration, default false, when true, worker exits when nothing to do
Neil Crookes
committed
934b007
View commit details
Copy full SHA for 934b007
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
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
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
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
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
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
Browse repository at this point
Updated Unittest:
Show description for fc5084f
MSeven
committed
fc5084f
View commit details
Copy full SHA for fc5084f
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
Browse repository at this point
adding .bak files to gitignore
MSeven
committed
f2ac59a
View commit details
Copy full SHA for f2ac59a
Browse repository at this point
Updated Readme for new cakephp 1.3 schema shell syntax
MSeven
committed
21f583b
View commit details
Copy full SHA for 21f583b
Browse repository at this point
Commits on Oct 12, 2009
Readme Textile added.
MSeven
committed
67c67cf
View commit details
Copy full SHA for 67c67cf
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
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
Browse repository at this point
Commits on Sep 3, 2009
Fixes Issue #2
Show description for ec52c71
MSeven
committed
ec52c71
View commit details
Copy full SHA for ec52c71
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
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL