mgsmus Tekrar selam Mustafa abi,
Bu dökümantasyon da şöyle bir açıklama var, siz bilirsiniz ne demek olduğunu;
To indicate that the task should run on only one server, use the onOneServer method when defining the scheduled task. The first server to obtain the task will secure an atomic lock on the job to prevent other servers from running the same task at the same time:
$schedule->command('report:generate')
->fridays()
->at('17:00')
->onOneServer();
Yani zaten sistem bir sunucuda çalışmıyor mu diğer sunucularda da çalışmasını engellemek tam olarak nedir biliyor musunuz?