-
Hello, I have a Job that pings a computer I also wanna schedule calling all the computers. Is there any way to do this via scheduling? I can't seem to find anything about scheduling job batches. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I would say write a command that triggers the job batches and add that to the scheduler. |
Beta Was this translation helpful? Give feedback.
-
why not just $schedule->call( function(){ Bus::batch([ .... ]); } ); |
Beta Was this translation helpful? Give feedback.
I would say write a command that triggers the job batches and add that to the scheduler.