Skip to content

Releases: timgit/pg-boss

11.1.1

15 Oct 18:05

Choose a tag to compare

What's changed

  • Scheduling: Fixed missing jobs when using unique keys within the same minute

Full Changelog: 11.1.0...11.1.1

11.1.0

15 Oct 17:42
07587ac

Choose a tag to compare

What's Changed

  • A new queue policy, exclusive, was added that will only allow 1 job to be either queued or active. Originated from a PR from @fenos
  • updateQueue() no longer allows policy to be changed. This aligns with how partition could not be changed, but now the API will throw if you pass these options and the types should also match. If you need to change these, you will have to create a new queue.

New Contributors

Full Changelog: 11.0.8...11.1.0

11.0.8

10 Oct 20:07

Choose a tag to compare

What's Changed

  • Fixed active singleton bypass in batch fetch for singleton and stately queues

Full Changelog: 11.0.7...11.0.8

11.0.7

07 Oct 14:11

Choose a tag to compare

What's Changed

  • Added missing retentionSeconds arg for send()

Full Changelog: 11.0.6...11.0.7

11.0.6

07 Oct 02:03
5e6a28d

Choose a tag to compare

What's Changed

  • Update standard.js to neostandard by @bcomnes in #601
  • Fix retentionSeconds send and insert config by @timgit in #607

Full Changelog: 11.0.5...11.0.6

11.0.5

03 Oct 01:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.0.4...11.0.5

11.0.4

01 Oct 13:59

Choose a tag to compare

What's Changed

Full Changelog: 11.0.3...11.0.4

11.0.3

30 Sep 15:49

Choose a tag to compare

  • Fixed schedule throttling with multiple instances

Full Changelog: 11.0.2...11.0.3

11.0.2

29 Sep 14:02

Choose a tag to compare

  • Fixed supervise loop due to missing configuration

Full Changelog: 11.0.1...11.0.2

11.0.1

28 Sep 21:06

Choose a tag to compare

What's Changed

  • cast job object to json for pg json_to_recordset by @leMedi in #587

New Contributors

Full Changelog: 11.0.0...11.0.1