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: bee-queue/arena
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: opencare/arena
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 17, 2018

  1. Set default queues manually

    hilaldib9 committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    778eb64 View commit details
    Browse the repository at this point in the history
  2. Add staging urls

    hilaldib9 committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    be232ea View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Minor change to trigger build

    hilaldib9 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c7d50ce View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. More queues.

    vadim-zverugo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d15d0a2 View commit details
    Browse the repository at this point in the history
  2. More queues.

    vadim-zverugo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4513962 View commit details
    Browse the repository at this point in the history
  3. More queues.

    vadim-zverugo committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c4c767d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Refactor job queue parsing and configuration setup.

    Introduce `parseJobQueues` helper function to streamline parsing job queues from environment variables. Simplify the creation of the configuration object for queues by utilizing a more concise approach. Adjust the code to account for optional presence of `REDIS_URL` and `REDIS_URL_STAGING` environment variables.
    vadim-zverugo-opencare committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    28ce828 View commit details
    Browse the repository at this point in the history
  2. Update job queue hostId assignments for consistency

    Updated the `hostId` values for job queues to use fixed identifiers ('production' and 'staging') instead of dynamic ones. This change ensures a consistent naming convention and simplifies the configuration.
    vadim-zverugo-opencare committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6664bbf View commit details
    Browse the repository at this point in the history
Loading