I tested my *.py script (under cgi-bin) with Scheduled Task in "fetch a URL" mode, with a link this this 
	https://site.org/cgi-bin/test.py 
	On my PC it takes 2 mn, and I get error 504 Gateway Time-out on Heliohost 
	I can't cut the script in pieces, without deeply rearrange the code. 
	I thing the Apache max time is about 60 sec, right ? 
	* Is there a way to extend a little longer the Apache max time when the link is related to the Schedule Tasks ?  
	* Or is there another way ?