Skip to content

Consolidate ops class initialization #2117

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

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Oct 23, 2024

Fixes #2111

The background job and operator entrypoints now use a shared function that initalizes and returns the ops classes. This is not applied in the main entrypoint as that also initializes the backend API, which we don't want in the other entrypoints.

The background job and operator entrypoints now use a shared
function that initalizes and returns the ops classes. This is
not applied in the main entrypoint, as that also initializes
the backend API, which we don't want in the other entrypoints.
@tw4l tw4l requested a review from ikreymer October 23, 2024 16:10
@tw4l tw4l merged commit 55a758f into main Oct 30, 2024
4 checks passed
@tw4l tw4l deleted the issue-2111-consolidate-ops-init branch October 30, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consolidate initalizing Ops classes
2 participants