openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
CakePHP Queue Plugin
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 20 hours
ago.
Oct 09, 2024 — Oct 09, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update README.textile
MSeven
as MGriesbach
More...
over 6 years ago
Merge remote-tracking branch 'Deizel/master'
MSeven
as MGriesbach
More...
over 13 years ago
Prepended each logged line with a timestamp.
MSeven
as MGriesbach
More...
over 13 years ago
Merge pull request #11 from rodrigorm/master
MSeven
as MGriesbach
More...
over 13 years ago
changing class name to title case (as per cakephp standards)
deizel
More...
almost 14 years ago
updating shell output to match that of cakephp core shells
deizel
More...
almost 14 years ago
making `created` field nullable (as per cakephp conventions)
deizel
More...
almost 14 years ago
Made logs less noisy so that 'looking for job' and 'sleeping' are not logged unless --verbose mode is enabled.
jamiemill
More...
about 14 years ago
Added test for QueuedTask::markJobFailed()
Rodrigo Moyle
More...
about 14 years ago
Added migrations support
Rodrigo Moyle
More...
over 14 years ago
* Made functions to mark failures more robust.
MSeven
as MGriesbach
More...
over 14 years ago
Enabled garbage collection for php 5.3 to reduce memory leaks.
Jamie Mill
More...
over 14 years ago
new Shell Execution Task
MSeven
as MGriesbach
More...
over 15 years ago
Updated Unittests
MSeven
as MGriesbach
More...
over 15 years ago
Merge branch 'NeilCrookes'
MSeven
as MGriesbach
More...
over 15 years ago
Applied Codeformatter to simplify merge
MSeven
as MGriesbach
More...
over 15 years ago
Switched Codeformatter to ZendStudio 7.2.x
MSeven
as MGriesbach
More...
over 15 years ago
* The queued_task model can now trigger a queueworker exit.
MSeven
as MGriesbach
More...
over 15 years ago
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
More...
over 15 years ago
Removing date prefix - user can add this if they want
Neil Crookes
More...
over 15 years ago
Adding 'exitwhennothingtodo' option to configuration, default false, when true, worker exits when nothing to do
Neil Crookes
More...
over 15 years ago
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
More...
over 15 years ago
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 each task, and a last_checked timestamp. To restrict by group, include the named param /group:<group name> before the .json extension. Subsequent poll requests can also include the since named param, i.e. /queue/queued_tasks/progress/since:<last_checked>.json and only those that have been marked as failed or completed since the time stamp will be returned
Neil Crookes
More...
over 15 years ago
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 appends it to the failure_message field in the queued_tasks table, prefixed by the date/time the failure message was added, allowing multiple failure messages to be recorded for each attempt at the job
Neil Crookes
More...
over 15 years ago
Removing reference field code, shouldn't have add it last commit
Neil Crookes
More...
over 15 years ago
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 param added as 4th parameter to QueuedTask::createJob(). Also adding reference field to sql and passed into the 5th parameter to QueuedTask::createJob() - intended to uniquely identify a task without having to fetch and unserialize the contents of the data field
Neil Crookes
More...
over 15 years ago
Bugfix: Workerkey Update query now correctly uses Tableprefix, closes #5
MSeven
as MGriesbach
More...
over 15 years ago
Updated Unittest:
MSeven
as MGriesbach
More...
over 15 years ago
Fixes Issue #4 (Potential Racecondition when fetching tasks)
MSeven
as MGriesbach
More...
over 15 years ago
adding .bak files to gitignore
MSeven
as MGriesbach
More...
over 15 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree