Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: goadesign/pulse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: goadesign/pulse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Mar 5, 2025

  1. pool: fix job payload cleanup during shutdown (#52)

    * pool: fix job payload cleanup during shutdown
    
    Fixes a bug where job payloads weren't being properly cleaned up during
    node shutdown, causing subsequent DispatchJob calls to fail with
    ErrJobExists even though the jobs were no longer running.
    
    Changes:
    - Add cleanup of job payloads when removing workers
    - Run periodic cleanup of orphaned job payloads
    - Fix potential race condition in tickers if created after the node is shutdown
    
    * Upgrade to Go 1.24
    raphael authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    d79f24b View commit details
    Browse the repository at this point in the history
Loading