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: oban-bg/oban
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-rc.2
Choose a base ref
...
head repository: oban-bg/oban
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-rc.3
Choose a head ref
  • 11 commits
  • 14 files changed
  • 5 contributors

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    f7ad728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff4793 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

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

Commits on Jun 26, 2020

  1. Handle cases where the given cron step is one

    The cron configuration presented on the `#oban` slack channel the following:
    
    ```elixir
    {"0 0 */1 * *", Worker.MarkerScheduler}
    ```
    
    That configuration produced an `ArgumentError` exception while Oban tried to
    expand the parsed result by `nimble_parsec` saying that we got an `Unexpected
    value 1 outside of range 1..31`.
    milmazz authored and sorentwo committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    4f96b0c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

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

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    d4c2615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058d98a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb6abf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Correctly record and consistently report timings

    The job executor mixed native and microsecond time units, which yielded
    incorrect durations. This change ensures that both `duration` and
    `queue_time` values are reported using native time units while also
    ensuring they are logged as microseconds by default.
    sorentwo committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    972cce1 View commit details
    Browse the repository at this point in the history
  2. Release v2.0.0-rc.3

    sorentwo committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    da1b996 View commit details
    Browse the repository at this point in the history
  3. Replace :native with :nanosecond for time diff

    Using :native works, but it isn't listed as a valid value for
    the System.time_unit() type, so dialyzer complained.
    sorentwo committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    566f0f6 View commit details
    Browse the repository at this point in the history
Loading