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.

Comments

infojunkie’s picture

Status: Active » Closed (won't fix)