robbiepaul / cloudconvert-laravel

A Laravel wrapper for the CloudConvert API
177 stars 34 forks source link

Expand Usage of Wait Function #39

Closed slaughter550 closed 7 years ago

slaughter550 commented 7 years ago

This resolves an issue where it is not desired for the URL to hang while waiting for a conversion to come back completed. Currently HHVM closes open http connections after 30s and most connections take longer. We also have all of our connections running in a queue that polls the status url for percent complete and the wait change made in 2.3 removed our ability to do this in a modular way.

slaughter550 commented 7 years ago

@robbiepaul to review