Closed (won't fix)
Project:
Job queue
Version:
6.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 11:39 UTC
Updated:
31 Oct 2010 at 23:27 UTC
Job queue is apparently broken, because it calls ini_get('max_execution_time'), which is undefined as soon as set_time_limit() was executed during the request.
This is the case for all Drupal hook_cron() implementations since #193383: set_time_limit: Centralize calls and prevent warnings and errors went in.
Comments
Comment #1
hass commenteddrupal_set_time_limit($time_limit) is only available in D7, not in D6 and works completly different. We need the max runtime - we do *not* like to *set* a runtime.
Comment #2
drummWhere is how this is all supposed to work in Drupal 6 actually documented? Have all the issues been settled?
Comment #3
drummComment #4
hass commentedShould be fixed since 6.15