Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Edge] Edge worker supports capacity handling instead of concurrency #43737

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. Edge worker support concurrency slot handling

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    adf0c53 View commit details
    Browse the repository at this point in the history
  2. Added version number

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8711b45 View commit details
    Browse the repository at this point in the history
  3. Added schema check of edge_job table

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    cf2bfc1 View commit details
    Browse the repository at this point in the history
  4. Fixed wrong column name check

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    116c1b4 View commit details
    Browse the repository at this point in the history
  5. Added usage of DDL

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    782408c View commit details
    Browse the repository at this point in the history
  6. Renamed concurrency to capacity

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2824dcf View commit details
    Browse the repository at this point in the history
  7. Added drop of old table if schema does not match

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    94ccb7e View commit details
    Browse the repository at this point in the history
  8. update description

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3d35dc4 View commit details
    Browse the repository at this point in the history
  9. Added metrics export of free capacity

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d184960 View commit details
    Browse the repository at this point in the history
  10. Fixed rst

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2520378 View commit details
    Browse the repository at this point in the history
  11. Correct changelog

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b013884 View commit details
    Browse the repository at this point in the history
  12. Reworked description

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c7e543d View commit details
    Browse the repository at this point in the history
  13. Renamed capacity back to concurrency to have equal naming like other …

    …workers
    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2819a00 View commit details
    Browse the repository at this point in the history
  14. Fixed docu

    Marco Küttelwesch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    227566f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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