Lucian Kafka
Lucian Kafka
A lot of jobs are left in the reserved state, which is also where the attempt counter is incremented via hincrby in the redis driver. I believe these to be...
It seems that the segfault is occurring after the job finishes (at the garbage collecting stage) in the Zend memory manager. Similar to documented bugs like https://bugs.php.net/bug.php?id=71662 Switching off the...
I don't think the segfault needs to be caught. My thoughts are more along the line of adjusting the attempt increment/retry logic (so there is a safeguard before the job...
I'll have a look
I have run in a similar issue, trying to json_encode the arguments of a widget (including function/callbacks) to pass it to a JS library. The problem is that json_encode doesn't...
I don't thing we should revert the change - it is definitely a step in the right direction, however, it does break existing code. Maybe all it needs is a...