17 lines
583 B
PHP
17 lines
583 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'id' => 'weatherapi.preload_department_responses',
|
|
'legacy_name' => 'PreloadDepartmentWeatherResponsesCron',
|
|
'name' => 'Preload department weather responses',
|
|
'description' => 'Warms department weather timeline responses for visible and active departments.',
|
|
'module' => 'weatherapi',
|
|
'handler' => 'PreloadDepartmentWeatherResponsesCron',
|
|
'schedule' => ['type' => 'interval', 'seconds' => 60],
|
|
'timeout_seconds' => 300,
|
|
'estimated_duration_ms' => 5000,
|
|
'priority' => 40,
|
|
],
|
|
];
|