-
Notifications
You must be signed in to change notification settings - Fork 55
FIX: set scheduler type to 'scheduler' upon loading settings, re #23. #29
base: master
Are you sure you want to change the base?
Conversation
…o assumes a single scheduler worker), re wa0x6e#23.
There is actually a few conditional checks for it a few lines down.
Checking the type there seems unnecessary to me but I kept them in case there is some feature from the CakeResque version you still have not ported across yet. |
The patch fixed this issue:
Here is my fresque.ini file:
|
Use an empty array in array_replace_recursive when there are no arguments.
any chance this will ever get fixed? is there an unknown major change that will fix this implicitly? I know you don't personally use fresque so I am willing to register my fork on packagist.org to move things along. |
When is that error occuring ? When starting the scheduler worker with |
I just tested it and it only seems to happen when the scheduler is enabled and when invoking |
Would you like a unit test for this bug? |
Any chance of getting this merged? This is quite a show stopper for me. |
I got this error running with 1.3.0
The last line was in red. Here is my [Scheduler] section in the INI file:
All I ask is for a fix, any fix. |
Using [08e5d7e]. |
The very same member of that array gets used in a conditional not more than 3 lines down. |
A minor fix for a bunch of undefined index notices.