Worker Tags for clustering #104204
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104204
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Flamenco 3.3 will have 'worker tags'. Workers can be assigned to any number of tags. A job can be submitted with a specific tag, or without a tag.
From the perspective of the jobs:
From the perspective of the workers:
To do
The basic implementation is there, but there is still work to be done to make this release-ready:
I'll get started with helping the Web interface for the worker clusters once I have the previous problem solved. Also, I can help with documentation as well 👍 Any standard for the documentation?
Perhaps better discussed directly, but I would like to suggest rebranding "clusters" to "tags". While clusters is a common term in HPC, I feel that "tags" is a more accessible term and it is semantically closer to what the feature does. Also, the concept of "tagging" is well known in web UIs.
To recap, from the user perspective:
Thanks!
The docs are in https://projects.blender.org/studio/flamenco/src/branch/main/web/project-website, which is a website made with hugo and geekdocs.
Worker Clustersto Worker Clusters / TagsWorker Clusters / Tagsto Worker Tags for clusteringEveline Anderson referenced this issue2023-06-24 20:15:17 +02:00
Great to see progress on this. If I recall correctly, Sybren mentioned something about a data migration for existing installs (for example at Blender Studio) that are using the daily build. Would that still be necessary?
Not sure how that would work with GORM. I'm sure it can be done, I just personally don't know how. Since the data model itself didn't change much, I think it's easier to just do a single-line SQL statement manually.