Failed to import csv
after csv import job is not executing . it is showing the status pending.
I have also run php artisan queue:work but still is not process.
kindly help for the same .
18 Replies
why it is not working when queue connection
I have found the temporary solution . just change the queue connection at runtime .but why queue connection database is not working don't know ?.
Hey @Sourabh
I am getting the same issue on server
have you even started the queue?
Hey @Sourabh
Please check your log, may you got cache/ folder permission issue
Try with this command after clear logs
sudo chmod 777 -R storage/framework/cache/data/
I have fixed my issue due to this reason. Might be it will useful to you
hello, I'm facing this problem too.
now, after running "./vendor/bin/sail artisan queue:work" I've got RUNNING and them FAIL (repeatedly), how/where can I find the result of this processing?
Try to share the error message. You can find it in ur db in the "failed jobs" table
this table "failed_jobs" is empty
This is strange. A failed job is supposed to be found there
Try to share more infos
these are all the tables, (these are my models: clients , planners, events, event_types and guests.) Is that right? or are there anything else missing?
Seems ok to me. The failed_import_rows is showing the wrong import attempts?
it's empty too... :-[
Then we are missing something π
Try to share ur resources code
some months ago I created a small project with an importer and it worked... but now this new project is with laravel 11, and there is another difference, the Importer is in the "detail" model, and using a "Relation manager
the relation between Event 1 - N Guest and I want to let the user import a csv file with the guests for the event
You say fail. What fails? When you run queue it fails?
I dont know exactly what is the failure...
Install maybe horizon and check using it