CELERY_WORKER_SHUTDOWN_INTERVAL=65m

Being new to Grafana OnCall, I’d like to understand the environment variable for Grafana OnCall
CELERY_WORKER_SHUTDOWN_INTERVAL=65m

Does it mean the celery pod restarting every 65m?
What is the reason behind?

THANK YOU!

In values.yaml for grafana/oncall helm chart, found comments for worker_shutdown_interval

  ## Restart of the celery workers once in a given interval as an additional precaution to the probes
  ## If this setting is enabled TERM signal will be sent to celery workers
  ## It will lead to warm shutdown (waiting for the tasks to complete) and restart the container
  ## If this setting is set numbers of pod restarts will increase
  ## Comment this line out if you want to remove restarts
  worker_shutdown_interval: "65m"