You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reaching out to ask if anyone is actively using the Multi-Assignments feature in hawkBit. We’re considering deprecating it, and it would be helpful to understand its current usage.
If you are using this feature, could you share your experience and how critical it is to your workflow? Any feedback would be greatly appreciated!
Looking forward to your insights. Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
I'm working on implementing it now, because I need to use it for both updating a device's OS and backup software. From the user perspective, we want to reduce the number of times a user has to click "update device" by allowing the assignment of multiple at a time. From an architectural perspective, it's simpler to assign both and let them complete, than wait for the first update to complete successfully, then sending a second update.
I could package the OS and backup software together into one release (when they need to go out at the same time to reduce user interaction), but I haven't yet figured out how to set weights/force one to go prior to the other. If it were deprecated I'd have to get a little more creative.
@strailov Yes, I updated my question here with how I'm using multi-assignment. TLDR, multi-assignment allows me to apply updates to a device in the order I want, at the same time. As a result, I can avoid needing to wait for one update to finish before applying the second update.
This makes it easier to do a first implementation of updating devices with multiple DSs. If multi-assignment is retired, I can still achieve the above, it will just require a bit more backend complexity to manage what to assign to the device when.
Dear hawkBit community,
I hope you're doing well!
I'm reaching out to ask if anyone is actively using the Multi-Assignments feature in hawkBit. We’re considering deprecating it, and it would be helpful to understand its current usage.
If you are using this feature, could you share your experience and how critical it is to your workflow? Any feedback would be greatly appreciated!
Looking forward to your insights. Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: