skip to Main Content

SQS Message Processing

I created a standard queue with the following specs: delay seconds: 0 max receive count (redrive policy): 10 visibility timeout: 300 I have a lambda consumer that receives the messages. From the documentation, it says that you need to explicitly…

VIEW QUESTION

Laravel Job error Job is incomplete class

I'm getting an error I don't know how to fix so I wondering if I could get some help. My function: dispatch(new AppJobscreateSqlJob($databaseName, $data['company_name'])); This is the error: | 2022-12-13 21:36:38 | Exception: Job is incomplete class: {"__PHP_Incomplete_Class_Name":"App\Jobs\createSqlJob","99992","99992"} in /var/www/NTTJob/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:116…

VIEW QUESTION
Back To Top
Search