1 year ago
#352359
arunaji601
Handle function in Laravel job class is not working but the constructor in job class working.Why?
dispatch((new placeJob($data))->onQueue('important'));
this line calls the job constructor, but log statement and any other statement in handle function is not working.
i'm trying to dispatch the job. but the handle function in job is not working. i'm expecting that handle function should work!
laravel
laravel-8
laravel-jobs
laravel-scheduler
0 Answers
Your Answer