mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
run job every hour instead of 10 seconds
This commit is contained in:
parent
ec34a62f9f
commit
1e20ca316a
@ -12,7 +12,7 @@ require_once(dirname(__FILE__) . '/../bootstrap.php');
|
|||||||
|
|
||||||
JobManager::startJobs(
|
JobManager::startJobs(
|
||||||
array(
|
array(
|
||||||
'abandonedCarts' => DateInterval::createFromDateString('10 seconds')
|
'abandonedCarts' => DateInterval::createFromDateString('1 hour')
|
||||||
),
|
),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user