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

More cleaning #528

Merged
merged 2 commits into from
Jul 26, 2023
Merged

More cleaning #528

merged 2 commits into from
Jul 26, 2023

Conversation

rec
Copy link
Contributor

@rec rec commented Jul 25, 2023

Description

See #408.

This was just lying around in a branch. :-D

@rec rec requested a review from blythed July 25, 2023 13:16
@@ -16,7 +16,7 @@ class Watcher(Component):
:param model: Model for processing data
:param key: Key to be bound to model
:param features: Dictionary of mappings from keys to models
:param active: Toggle to ``False`` to deactivate change data triggering
:param enabled: Toggle to ``False`` to deactivate change data triggering
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't agree with this, since active=False does not mean this is out of action.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So what does it mean then?

"active" sounds like "it is working" == "it is enabled"

Copy link
Collaborator

Choose a reason for hiding this comment

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

Active means that it's computing outputs every time they come in. If not active, then it still is used to watch for queries coming in, but not storing outputs in the DB.

Copy link
Collaborator

@blythed blythed left a comment

Choose a reason for hiding this comment

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

Please address the single comment.

@rec
Copy link
Contributor Author

rec commented Jul 26, 2023

I'm not convinced either way, so I reverted that one change. :-)

@rec rec merged commit f06e441 into superduper-io:main Jul 26, 2023
@rec rec deleted the more-clean branch July 26, 2023 14:48
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