python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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 j...
arunaji601
Votes: 0
Answers: 0
does monthlyOn() works with between in laravel scheduler?
I have made a custom command and want it to run on month last day at 02:00 but I also want it to run after that between some period of time like 02:00 till 15:00 following is my scheduler
`$schedule-&...
Taha Malik
Votes: 0
Answers: 1
laravel scheduling and jobs and queues
I have a series of drivers for sending emails, for example Gmail, Yahoo, etc.
The structure of the database:
drivers_table:
id name host status user pass
1 Gmail google.com ...

Hossein
Votes: 0
Answers: 1
Laravel Scheduler: Should I use jobs or commands?
I'm torn on whether to schedule jobs or commands in the scheduler. I can't really find any in depth data on why I would choose one over the other. Typically, I've considered how long a given scheduled...

Full Stack Alien
Votes: 0
Answers: 1