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

server: make pools with just on_demand_tags: and no tags: work #151

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

praiskup
Copy link
Owner

No description provided.

@praiskup
Copy link
Owner Author

- We correctly assert that one of `tags_on_demand: []` isn't specified
  also in the set of `tags: []`, which would otherwise break the logic
  miserably.
- The `Pool.tags` array is not modified ("enlarged") by the
  `tags_on_demand: []`, just to logically separate it.
- If either `Pool.tags` or `Pool.tags_on_demand` is unspecified, the
  system still can continue working (with default value []).
- Documentation fix s/on_demand_tags/tags_on_demand/.
@praiskup praiskup merged commit eba6968 into main Mar 15, 2024
3 checks 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