Closed travisperson closed 2 years ago
The cronjob / job should have a activeDeadlineSeconds value set and it should be configured to a reasonable amount.
activeDeadlineSeconds
Recommended max would be interval * (N - 1) where N is the number of lotus daemons configured.
interval * (N - 1)
N
The cronjob / job should have a
activeDeadlineSeconds
value set and it should be configured to a reasonable amount.Recommended max would be
interval * (N - 1)
whereN
is the number of lotus daemons configured.