Closed techenby closed 1 year ago
Scheduled Command Frequency Change
An instruction ordering a specific process to run every minute has been removed from Kernel.php
. This modification changes how frequently our system performs certain tasks, which may affect the overall performance and responsiveness of our software.
Removal of Schedule Check
A mechanism previously used to regularly check our system's schedule has been taken off from the AppServiceProvider.php
. This signifies alterations in how our software keeps track of its assigned tasks.
Cache Driver Configuration Update
We removed some parts of code in cache.php
that were responsible for setting up a component to temporarily store data, specifically for the schedule check. As a result, the way our system handles temporary data associated with task scheduling gets altered.
I can't seem to get this schedule check to work properly. Removing it for now so I don't keep getting annoying notifications.