Redis seems to not pickup imports
Hey,
I have an import action. and I send the Jobs through redis. This has worked before. I uploaded a file with about 20 records. It doesn`t pick them up. It says in Laravel Horizon that the size is 0, status is finished and a completion of 0%. Does anyone have an idea why this is? Or how to debug it? This is what I have done already:
* restart horizon
* Checked the error log: no errors
* Put some dumps in the resolveRecord function. Nothing is printed.
Thanks.
Solution:Jump to solution
@JJSanders Probably related to the update to league CSV, but Dan just pushed a patch. Update to 3.2.26 to see if it fixes it.
4 Replies
Where should I start to debug this?
Solution
@JJSanders Probably related to the update to league CSV, but Dan just pushed a patch. Update to 3.2.26 to see if it fixes it.
Yeah. I posted in the other thread about this https://discord.com/channels/883083792112300104/1204827638607249518 Thanks @Kenneth Sese for pointing out
update to the latest version