6 questions
3
votes
1
answer
5k
views
Cancel Jobs In Laravel
If I call the following:
return AdventureJob::dispatch($event->character->refresh(), $event->adventure, $event->levelsAtATime)->delay($timeTillFinished);
This will then create a job ...
10
votes
1
answer
5k
views
The "--queued" option does not exist in Laravel 5.4
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 ...
0
votes
1
answer
2k
views
Laravel storage put() or putFileAs() to an S3 directory fails for 1gb or larger files
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-...