command('book:update')->hourly()->when(function () { $now_hour = date('G'); if ($now_hour % 4 == 0) { return true; } return false; }); } }