Skip to content

feat: reduce RODOLF_IMPORT_DELTA to 3600s.

the previous values was set to 24h. When the server is started, we need to wait RODOLF_IMPORT_DELTA seconds before the scheduler looks for recipes to be executed. If we deploy (or the scheduler is restarted) more once on day, the recipes will never be auto executed.

The value of 1h seems more reasonable. We do not deploy or restart the server every hour.

Merge request reports