Skip to content

Conversation

@jumski
Copy link
Contributor

@jumski jumski commented Jan 11, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

pgflow@0.13.2

Patch Changes

  • Updated dependencies [c1ac86c]
    • @pgflow/core@0.13.2

@pgflow/client@0.13.2

Patch Changes

  • Updated dependencies [c1ac86c]
    • @pgflow/core@0.13.2
    • @pgflow/dsl@0.13.2

@pgflow/core@0.13.2

Patch Changes

@pgflow/edge-worker@0.13.2

Patch Changes

  • 2da7657: Fix maxPgConnections config being ignored - now properly passed through the connection chain with default of 4
  • c1ac86c: Add automatic requeue for stalled tasks via cron job - tasks stuck beyond timeout+30s are requeued up to 3 times, then archived with status left as 'started' for easy identification (closes What happens when worker gets terminated mid job processing? #586)
  • Updated dependencies [c1ac86c]
    • @pgflow/core@0.13.2
    • @pgflow/dsl@0.13.2

@pgflow/dsl@0.13.2

@jumski jumski force-pushed the changeset-release/main branch from 6d023c3 to 46995e4 Compare January 11, 2026 19:21
@nx-cloud
Copy link

nx-cloud bot commented Jan 11, 2026

View your CI Pipeline Execution ↗ for commit 764a463

Command Status Duration Result
nx run edge-worker:test:integration ✅ Succeeded 3m 56s View ↗
nx affected -t verify-exports --base=origin/mai... ✅ Succeeded 3s View ↗
nx affected -t build --configuration=production... ✅ Succeeded 3s View ↗
nx affected -t lint typecheck test --parallel -... ✅ Succeeded 2m 1s View ↗
nx run cli:e2e ✅ Succeeded 4s View ↗
nx run client:e2e ✅ Succeeded 1m 10s View ↗
nx run edge-worker:e2e ✅ Succeeded 51s View ↗
nx run core:pgtap ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-01-21 09:32:53 UTC

@jumski jumski force-pushed the changeset-release/main branch from d264db4 to 764a463 Compare January 21, 2026 09:25
@jumski jumski merged commit 91fcc7b into main Jan 21, 2026
13 checks passed
@github-actions
Copy link
Contributor

🚀 Production Deployment: Website

Successfully deployed to production!

🔗 Production URL: https://pgflow.dev

📝 Details:

  • Commit: 91fcc7b40af352af1a3071022772c968f8412290
  • View Logs

Deployed at: 2026-01-21T10:32:53+01:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

What happens when worker gets terminated mid job processing?

2 participants