Trent Petersen
Trent Petersen
I just spun up a new organization to help carry this project forward. https://github.com/pdf2htmlEX/pdf2htmlEX I would love to try to get everyone's patches and updates pulled in! I am also...
It looks like #83 could also solve this problem, but I have not personally tested that PR
Would a micro sleep like you used in #83 be an acceptable hack then? Sent from my Droid 4
Sorry I wasn’t trying to imply #83 was not well tested, only that I had not confirmed if it properly responded to signals. I just pushed a commit that adds...
Are jobs that are killed with a USR1 supposed to be added to the failed job queue?
The more I think about this the more complex I realize it would need to be, would something like the GOD script that comes with the ruby version work for...
Proctitle would not be needed for a PHP 5.5 implementation (cli_set_process_title), but I assume it will be YEARS before many area actually able to use 5.5 in their shared hosts.
I really think PSR3 is the way to go, it was written for this exact reason.
I dont think just picking up a class from the include path will work because almost any logging lib will require its own init code, here is the usage code...
I don't quite understand how you are proposing we pass a configured logging object to the worker through the command line parameters. the examples you gave (COUNT and QUEUE) are...