Posted by infojunkie on July 16, 2009 at 5:13am
| Project: | Job queue |
| Version: | 6.x-3.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
My module Views Bulk Operations uses Job queue to enable cron-based processing of nodes. However, the arguments I want to pass to the job function can exceed the size of TEXT, causing the function to fail. I tried changing the job_queue.arguments column type to LONGTEXT (as well as the associated schema entry) and things worked fine. I would be thankful if you could introduce that modification in an upcoming release.