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

fix cpu offload setup #85

Merged
merged 5 commits into from
Oct 24, 2024
Merged

fix cpu offload setup #85

merged 5 commits into from
Oct 24, 2024

Conversation

noskill
Copy link
Collaborator

@noskill noskill commented Oct 18, 2024

No description provided.

@noskill noskill marked this pull request as draft October 18, 2024 07:55
@noskill noskill marked this pull request as ready for review October 23, 2024 12:46
@@ -95,11 +95,6 @@ def close_session(self, session_id):
def queue_gen(self, **args):
self.logger.info("REQUESTED FOR QUEUE: " + str(args))
with self._lock:
if args["session_id"] not in self.sessions:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep these checks at least for logs. Or are they not relevant anymore at all?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

old api would work just fine. Relevance depends on the clients of our api

@noskill noskill merged commit a56ae2e into singnet:main Oct 24, 2024
1 check passed
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.

2 participants