All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.spinnaker.config.SqlPendingExecutionProperties.kt Maven / Gradle / Ivy

There is a newer version: 8.57.0
Show newest version
package com.netflix.spinnaker.config

import org.springframework.boot.context.properties.ConfigurationProperties
import org.springframework.context.annotation.Configuration

@Configuration
@ConfigurationProperties("queue.pending-execution-service.sql")
class SqlPendingExecutionProperties {
  var enabled: Boolean = false
  var maxDepth: Int = 50
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy