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.0.6
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.1.0
Choose a head ref
  • 3 commits
  • 17 files changed
  • 2 contributors

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    f01bf50 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    9881791 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Fix a few issues (#48)

    * Fix a few issues
    
    * Make sure that adding a dispatch return event to a node stream creates the stream if needed.
      This could cause jobs that are added right on startup to fail to be dispatched.
    * Fix potential panic in cleanup goroutine when the pending jobs map contains nil values
    * Make sure to close all maps when closing the node.
    * Properly log event information when discarding stale ack events.
    * More consistent logging
    
    * Fix a few additional issues
    
    * Ensure stale node streams are gced
    * Make close and shutdown code cleaner
    * Cleanup all maps properly on node close
    raphael authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    67b2457 View commit details
    Browse the repository at this point in the history
Loading