Skip to content

PgQueuer v1.0

v1.0.2 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

postgresql python queue

Summary

AI summary

Fixes unblocking of stale jobs when the concurrency limit is reached.

Changes in this release

Bugfix Medium

Marks canceled jobs as canceled on SIGTERM.

Marks canceled jobs as canceled on SIGTERM.

Source: llm_adapter@2026-05-29

Confidence: high

Bugfix Medium

Unblocks stale-job recovery at concurrency limit.

Unblocks stale-job recovery at concurrency limit.

Source: llm_adapter@2026-05-29

Confidence: high

Full changelog

What's Changed

  • docs(agents): expand docstring + comment conventions by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/632
  • fix(qm): mark canceled jobs canceled on SIGTERM by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/631
  • docs: update link to Celery comparison by @Pistahh in https://github.com/janbjorge/pgqueuer/pull/634
  • fix(qm): unblock stale-job recovery at concurrency limit by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/633

New Contributors

  • @Pistahh made their first contribution in https://github.com/janbjorge/pgqueuer/pull/634

Full Changelog: https://github.com/janbjorge/pgqueuer/compare/v1.0.1...v1.0.2

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track PgQueuer v1.0

Get notified when new releases ship.

Sign up free

About PgQueuer v1.0

All releases →

Related context

Related tools

Earlier breaking changes

  • v1.0.0 QueueManager now requires Queries(driver) instead of driver directly; PgQueuer constructor unchanged
  • v1.0.0 RetryWithBackoffEntrypointExecutor renamed to DatabaseRetryEntrypointExecutor and no longer depends on async-timeout
  • v1.0.0 CLI flags --pg-host, --pg-user etc. removed; use libpq environment variables or --pg-dsn instead
  • v1.0.0 Synchronous entrypoint handlers are rejected; only async def is allowed
  • v1.0.0 Custom async Driver must implement notify(channel, payload) method

Beta — feedback welcome: [email protected]