schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 254 forks source link

Compatibility with HHVM #131

Closed bigfoot90 closed 7 years ago

bigfoot90 commented 8 years ago

In HHVM the register_tick_function is not implemented, and it ands in error when you call any command from app/console https://3v4l.org/ijOlU#vhhvm-301 https://github.com/schmittjoh/JMSJobQueueBundle/blob/master/Console/Application.php#L36

schmittjoh commented 7 years ago

In that case, statistics might need to be disabled if you plan on running on the HHVM. I'll close this one here, if you have an alternative solution, please feel free to submit a PR.