GPCsolutions / doliwoo

Dolibarr WooCommerce integration
https://gpcsolutions.github.io/doliwoo
39 stars 35 forks source link

Allow setting the pseudo-cron delay #15

Closed rdoursenaud closed 9 years ago

rdoursenaud commented 9 years ago

Each shop has it's own needs. A 24h sync delay may not be acceptable. Allow setting a different value for the pseudo-cron product sync task.

Restrict the range to sensible values. Particularly don't allow values too low to prevent launching multiple tasks in parallel which may result in unexpected or even catastrophic behavior. A minimum of 1 minute and a maximum of 1 month seems reasonable.