Skip to content

Run only once

If harvester should exit after one round of harvesting. Otherwise, if false, it will harvest again after a timeout.

Configuration

A boolean

module.exports = {
    runOnlyOnce: true,
};