Status/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): Daniel Budde / ()
Created: 06/29/2018
Components: Scheduler
Versions: 11.0
Failure Type: Others
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: / Win 2012 Server x64
Vote Count: 6
As of ColdFusion 11 the <cfschedule requestTimeout="120" /> has been deprecated, which is Adobe's way of telling us that we should no longer use it. The purpose of this feature was to increase the timeout on the page being called, BUT it also set the timeout on the underlying <cfhttp> call used inside of the scheduler. If the 'requestTimeout' is deprecated, we no longer have a way to increase the timeout on the <cfhttp> call and this cause errors to appear in the CF exception log.
I am requesting one of two outcomes:
1) Give us a new attribute (such as 'timeout') in the <cfschedule> tag that will set the underlying <cfhttp> timeout.
2) Un-deprecate the 'requestTimeout'.
Attachments:
Comments: