filecoin-project / helm-charts

7 stars 7 forks source link

feat(lily): Delay lily job startup #130

Closed placer14 closed 2 years ago

placer14 commented 2 years ago

Lily's jobs wait for chain sync before beginning immediately, however, the datastore is still optimizing and executing jobs while the datastore is thrashing the disk causes all jobs to perform poorly. This wait allows the node to settle before becoming "ready" and running jobs.