@voidmerge/doc
    Preparing search index...

    Class ResponseCodeConfigOk

    Success response type for a codeConfig request.

    Index

    Constructors

    Properties

    Constructors

    • Construct a new instance.

      Parameters

      • input: { cronIntervalSecs?: number }

      Returns ResponseCodeConfigOk

    Properties

    cronIntervalSecs?: number

    How often to invoke the cron handler. Note that this will be invoked on every running node... The code will need to account for potential parallel invocations in a cluster setup.

    type: "codeConfigResOk"