Thanks to visit codestin.com
Credit goes to github.com

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: elgopher/batch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: elgopher/batch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on May 7, 2022

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

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    ff85cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    879350a View commit details
    Browse the repository at this point in the history
  3. [example] Add another validation

    Validate if person already booked a different seat in the train.
    
    This validation require some CPU time (for loop 30 iterations), which makes example closer to a real-world web app.
    elgopher committed May 8, 2022
    Configuration menu
    Copy the full SHA
    398a242 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Reduce CPU usage

    Processor.Run actively polls for temporary batch channel every 10 millisecond and this could eat too much CPU resources. Instead, Run method could wait until temporary batch channel is closed.
    elgopher committed May 12, 2022
    Configuration menu
    Copy the full SHA
    0dfaa34 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Add batch metrics

    Provide measurements for each executed batch. This can be used to monitor running Processor and publish metrics to external systems (such as Prometheus, M3).
    elgopher committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e942404 View commit details
    Browse the repository at this point in the history
  2. Add more context to error returned by Run

    Add information what was the cause of the error.
    elgopher committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c9abb18 View commit details
    Browse the repository at this point in the history
Loading