Problem with import job queue #12088
Answered
by
sasori13L
NaungYeHtet
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
sasori13L
Apr 1, 2024
Replies: 1 comment 1 reply
-
What Laravel version are you using? I have a feeling you are using Laravel 11, I too had the same issue which was weird cause the import action worked on Laravel 10 without issues. Then I had to check the Laravel 10 QUEUE_CONNECTION it was set to "sync" while Laravel 11 has "database" as the value. When I changed it to "sync" everything works now. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NaungYeHtet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Laravel version are you using? I have a feeling you are using Laravel 11, I too had the same issue which was weird cause the import action worked on Laravel 10 without issues. Then I had to check the Laravel 10 QUEUE_CONNECTION it was set to "sync" while Laravel 11 has "database" as the value. When I changed it to "sync" everything works now.