github riverqueue/river v0.3.0

latest releases: v0.11.4, cmd/river/v0.11.4, rivertype/v0.11.4...
5 months ago

Added

  • The River client now supports "poll only" mode with Config.PollOnly which makes it avoid issuing LISTEN statements to wait for new events like a leadership resignation or new job available. The program instead polls periodically to look for changes. A leader resigning or a new job being available will be noticed less quickly, but PollOnly potentially makes River operable on systems without listen/notify support, like PgBouncer operating in transaction pooling mode. PR #281.
  • Added rivertype.JobStates() that returns the full list of possible job states. PR #297.

Don't miss a new river release

NewReleases is sending notifications on new releases.