Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

extension to enable/disable remote signals #2

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Conversation

AleksanderWWW
Copy link
Contributor

@AleksanderWWW AleksanderWWW commented Oct 30, 2023

Unit tests should start passing after the revert of this feature is on neptune-client master branch

EDIT: Done

@@ -18,16 +18,51 @@
from typing import Any
Copy link
Contributor

Choose a reason for hiding this comment

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

We have CHANGELOG here as well :D. You can just copy-paste what we had earlier in regular package

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My bad, on it! :D

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done


super().__init__(*args, **kwargs)

def _prepare_background_jobs(self) -> BackgroundJobList:
Copy link
Contributor

Choose a reason for hiding this comment

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

We're probably able to get rid of this duplicated logic with calling the parent _prepare_background_jobs and filtering out the WebsocketsSignalsBackgroundJob? What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@AleksanderWWW AleksanderWWW merged commit fba82ed into main Oct 30, 2023
2 checks passed
@AleksanderWWW AleksanderWWW deleted the aw/websockets branch October 30, 2023 19:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants