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: go-co-op/gocron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: go-co-op/gocron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on May 2, 2024

  1. fix memory leak with singleton mode where job is sending duplicate re…

    …schedule requests (#723)
    
    * fix memory leak with singleton mode where job is sending duplicate reschedule requests
    
    * add a comment
    
    * fix memory leak for limitmode as well
    
    * tests are happy locally - some timing issues in actions
    JohnRoesler authored May 2, 2024
    Configuration menu
    Copy the full SHA
    e46cdc9 View commit details
    Browse the repository at this point in the history
  2. Circleci project setup (#727)

    * skip test goroutine leak detection in github actions
    
    * CircleCI Commit
    
    * skip leak detection in circle ci as well
    JohnRoesler authored May 2, 2024
    Configuration menu
    Copy the full SHA
    ce96452 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    a2d8896 View commit details
    Browse the repository at this point in the history
  2. fix-up flakey test

    JohnRoesler committed May 4, 2024
    Configuration menu
    Copy the full SHA
    32c0374 View commit details
    Browse the repository at this point in the history
  3. re-enable actions

    JohnRoesler committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ec3478d View commit details
    Browse the repository at this point in the history
  4. disable circle ci

    JohnRoesler authored May 4, 2024
    Configuration menu
    Copy the full SHA
    72220ea View commit details
    Browse the repository at this point in the history
Loading