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

Enforce MaxConcurrentJobs limit #33

Merged
merged 1 commit into from
Jun 26, 2023
Merged

Conversation

streamer45
Copy link
Contributor

@streamer45 streamer45 commented Jun 23, 2023

Summary

We are adding similar logic on the k8s implementation side to limit running more than the configured maximum number of jobs, unless running in dev mode.

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label Jun 23, 2023
@streamer45 streamer45 requested a review from cpoile June 23, 2023 16:06
@streamer45 streamer45 self-assigned this Jun 23, 2023
@streamer45 streamer45 added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Jun 26, 2023
@streamer45 streamer45 merged commit 8a13f47 into MM-51801-cloud-native Jun 26, 2023
@streamer45 streamer45 deleted the MM-52346 branch June 26, 2023 15:02
streamer45 added a commit that referenced this pull request Jul 28, 2023
* [MM-52322] Support multiple APIs implementations (#23)

* JobService interface

* Bump build deps

* [MM-52323] Refactor docker implementation (#24)

* Refactor docker job service

* Add tests

* Build and release docker image (#25)

* [MM-52346] Kubernetes implementation (#26)

* Setup k8s client

* Implement k8s API

* Remove StopJob

* Implement Init() API call

* Setup k8s CI

* Update sample config

* Add local k8s development doc

* Use human friendly prefix for job names

* Add support for passing custom tolerations

* Expose version info (#28)

* Implement unauthorized client error (#27)

* Update k8s client deps to latest

* Decouple public packages (#32)

* Enforce MaxConcurrentJobs limit (#33)

* Bump calls-recorder

* Update dev docs

* Explicitly set image pulling policy

* Support fetching dev builds from calls-recorder-daily registry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants