GDR!
GDR!
Could you open a new issue for that and paste this code? I'll take a look at it... sometime.
Yeah, please do. This megathread will be hard to manage :)
Thanks to @pinepain there's this [PR fixing the biggest PECL AMQP issue](https://github.com/pdezwart/php-amqp/pull/264). Not all tests are passing yet but we're almost there.
Nice catch. For now I just added this to readme: https://github.com/gjedeer/celery-php/commit/4049a6038a1b4a08843cc245a8171675f1161bd7 I'll leave this bug open, will try to figure it out next time I have time to work on...
Thank you - fixed - it looks like phpdocumentor doesn't run well with php7.
Both fixed, the cron job should work now: https://github.com/gjedeer/celery-php/commit/a00bcef8cacd7a6642e4ea48c9d1e3c898884842 Unrelated issue but maybe someone can help me here: Firefox refuses to make a HTTPS request. HTTP works fine, other browsers...
Thank you! The A+ from SSL test decieved me.
PHPDocumentor upgrade wiped all documentation
I had no idea there's supervisord in there. It can be turned into a poor man's cron with [a trick](https://newbedev.com/using-supervisor-as-cron) but it's very inflexible when used this way. It can...
Thanks!