gapple / drupalreleasedate

System for tracking the Drupal core issue queue
http://drupalreleasedate.com
MIT License
16 stars 6 forks source link

Track estimate time limit internally #17

Closed gapple closed 10 years ago

gapple commented 10 years ago

Right now PHP's time limit is relied on to prevent run-away estimates, but this results in there being no indication of the difference between an estimate still being processed and one that has timed out. If the simulation keeps track of its own time limitation, it could raise an exception when it is reached so that the caller can handle it.

It could also then be possible to pass the partial estimate data within the exception for storage and later analysis.

gapple commented 10 years ago

This was fixed as of 1fe819f94fc75d6c0df354dd1d700f69fab58cfe