Quantcast
Channel: Laravel 5.5 Job Chaining: Call to undefined method ::chain() - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by garethwi for Laravel 5.5 Job Chaining: Call to undefined method...

I just had the same problem, and it was something to do with a faulty earlier version of the script being loaded into memory by Horizon. A quick Horizon restart and everything was working fine again.

View Article



Answer by BrandenB171 for Laravel 5.5 Job Chaining: Call to undefined method...

You need to use the Queueable trait in both jobs

View Article

Laravel 5.5 Job Chaining: Call to undefined method ::chain()

I have two jobs, first one needs to dispatch second before run, I find out job chain but can't make it work, all jobs set up from box, so in theory it should just work. Here is my first job: namespace...

View Article

Answer by soheil yo for Laravel 5.5 Job Chaining: Call to undefined method...

I had same problem, it was solved by restarting supervisor:service supervisord stopservice supervisord force-reload

View Article
Browsing all 4 articles
Browse latest View live




Latest Images