Skip to content

Pings a PostgreSQL database until it responds or fails by timing out. Useful to know when a DB has finished launching.

Notifications You must be signed in to change notification settings

opspec-pkgs/postgresql.db.waitready

Repository files navigation

build

icon

Problem statement

Pings a PostgreSQL database until it responds or fails by timing out. Useful to know when a DB has finished launching.

Example usage

Visualize

opctl ui github.com/opspec-pkgs/postgresql.db.waitready#1.0.0

Run

opctl run github.com/opspec-pkgs/postgresql.db.waitready#1.0.0

Compose

op:
  ref: github.com/opspec-pkgs/postgresql.db.waitready#1.0.0
  inputs:
    dbPassword:  # 👈 required; provide a value
    dbSchema:  # 👈 required; provide a value
    dbUsername:  # 👈 required; provide a value
  ## uncomment to override defaults
  #   dbHostname: "postgresql-db"
  #   dbPort: 5432
  #   timeout: 60

Support

join us on Slack or open an issue

Releases

releases are versioned according to semver 2.0.0 and tagged; see CHANGELOG.md for release notes

Contributing

see project/CONTRIBUTING.md

About

Pings a PostgreSQL database until it responds or fails by timing out. Useful to know when a DB has finished launching.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages