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

tyx-standalone-service.0.1.2.source-code.styx-standalone.conf Maven / Gradle / Ivy

The newest version!
styx.mode = "production"

# ttls for stale states in ISO-8601 duration format
styx.stale-state-ttls = {
  new            = "PT1M"
  creating       = "PT1M"
  submitted      = "PT10M"
  running        = "PT24H"
  terminated     = "PT1M"
  failed         = "PT1M"
  awaiting_retry = "PT8H"

  # applies to all other states
  default    = "P2D"
}

# default gke cluster
styx.gke.project-id = ""
styx.gke.cluster-zone = ""
styx.gke.cluster-id = ""

# default bigtable cluster
styx.bigtable.project-id = ""
styx.bigtable.instance-id = ""

# default datastore config
styx.datastore.project-id = ""
styx.datastore.namespace = ""

# configuration for http interface
http.server.port = 8080
http.server.port = ${?HTTP_PORT}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy