Skip to content

Conversation

@andreybavt
Copy link
Contributor

@andreybavt andreybavt commented Dec 21, 2023

@andreybavt andreybavt added the Lockfile Temporary label to update pdm.lock label Dec 21, 2023
run_daemon(is_server, url, api_key, hf_token)
else:
if sys.platform == "win32":
if sys.platform == "win32" or sys.version_info < (3, 10):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

uvloop didn't work on my my with python 3.9, but it's technically not related to the feature, so can remove for now

@andreybavt andreybavt requested review from Hartorn, Inokinoki and kevinmessiaen and removed request for Hartorn and Inokinoki December 21, 2023 14:48
@github-actions github-actions bot removed the Lockfile Temporary label to update pdm.lock label Dec 21, 2023
@andreybavt andreybavt requested a review from Inokinoki December 21, 2023 15:02
@andreybavt andreybavt added the Lockfile Temporary label to update pdm.lock label Dec 24, 2023
@github-actions github-actions bot removed the Lockfile Temporary label to update pdm.lock label Dec 24, 2023
run_daemon(is_server, url, api_key, hf_token)
else:
if sys.platform == "win32":
if settings.force_asyncio_event_loop or sys.platform == "win32":
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have issues when debugging worker from intellij when uvloop is used. I added the flag mostly for myself, but in case the same problems appear in prod there'll be a way to let people switch from one implementation to the other

@andreybavt andreybavt marked this pull request as ready for review December 24, 2023 19:23
Copy link
Member

@Inokinoki Inokinoki left a comment

Choose a reason for hiding this comment

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

LGTM

Will do some tests

@andreybavt andreybavt requested a review from Hartorn January 4, 2024 00:03
# Conflicts:
#	giskard/ml_worker/websocket/listener.py
#	tests/communications/test_websocket_actor.py
@andreybavt andreybavt added the Lockfile Temporary label to update pdm.lock label Jan 4, 2024
@github-actions github-actions bot removed the Lockfile Temporary label to update pdm.lock label Jan 4, 2024
Copy link
Member

@kevinmessiaen kevinmessiaen left a comment

Choose a reason for hiding this comment

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

LGTM

@andreybavt andreybavt enabled auto-merge January 4, 2024 09:42
# Conflicts:
#	giskard/ml_worker/websocket/__init__.py
#	giskard/ml_worker/websocket/utils.py
@andreybavt andreybavt disabled auto-merge January 4, 2024 11:05
@andreybavt andreybavt merged commit 369a44a into main Jan 4, 2024
@andreybavt andreybavt deleted the GSK-1943 branch January 4, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants