Interface JobRunrConfiguration.MiscellaneousConfiguration

  • Enclosing interface:
    JobRunrConfiguration

    @ConfigurationProperties("jobs")
    public static interface JobRunrConfiguration.MiscellaneousConfiguration
    • Method Detail

      • isEnabled

        @Bindable(defaultValue="false")
        boolean isEnabled()
        Enables the JobRunr dashboard.
      • isAllowAnonymousDataUsage

        @Bindable(defaultValue="true")
        boolean isAllowAnonymousDataUsage()
        Allows to opt-out of anonymous usage statistics. This setting is true by default and sends only the total amount of succeeded jobs processed by your cluster per day to show a counter on the JobRunr website for marketing purposes.