Change time period to refresh cache to 5 hours. #535

This commit is contained in:
Korina Cordero 2021-02-09 05:26:33 +00:00
parent b730e9b43a
commit eaac08e84a

View file

@ -49,7 +49,7 @@ class RefreshLatestActiveJobOrderCacheCommand extends Command
fwrite($tmp_cache_log, 'Cleared latest active jo cache...' . "\n");
$date = new DateTime();
$date->modify('-1 day');
$date->modify('-5 hour');
$status_list = [
JOStatus::PENDING,