Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
5k views

If I call the following: return AdventureJob::dispatch($event->character->refresh(), $event->adventure, $event->levelsAtATime)->delay($timeTillFinished); This will then create a job ...
TheWebs's user avatar
  • 13k
10 votes
1 answer
5k views

I'm going to create Queue job for mailing. once I hit the artisan command in command prompt php artisan make:job SendSMSMessages --queued I got the issue as is follow. The "--queued" option does not ...
HItesh Tank's user avatar
0 votes
1 answer
2k views

Good day! I am having issues with storing files to our S3 when the file is large (1gb+). Only a supervisord entry like this is show: [2019-10-02 03:29:09][18] Processing: App\Jobs\JobMoveToS3 [2019-...
RayzorMamon's user avatar