JobExecutorHealthIndicator - Health check failed.java.lang.NullPointerException: null

To avoid the above exception i have disabled the JobExecutorHealthIndicator by adding below property in bootstrap.yml

management:
  health:
    camunda:
      enabled: false