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
Background
We are making use of the Place Scheduling functionality using tags to reserve and acquire.
Problem:
When a device (with an exporter) goes offline, then the place exists in the coordinator, but its resource capabilities are rightfully lost.
It does not seem like the reservation logic takes this into account as it can allocate a place without any resources, which ultimately will fail to be acquired.
I am wondering if there is a possible workaround to this situation aside from passing name=<place-name> to the reserve call, as this defeats the purpose of reserving any of the possible tag matches. Can I pass the resource name or something similar?
The text was updated successfully, but these errors were encountered:
Hello! Thank you for a great tool.
Environment
Background
We are making use of the Place Scheduling functionality using tags to reserve and acquire.
Problem:
When a device (with an exporter) goes offline, then the place exists in the coordinator, but its resource capabilities are rightfully lost.
It does not seem like the reservation logic takes this into account as it can allocate a place without any resources, which ultimately will fail to be acquired.
I am wondering if there is a possible workaround to this situation aside from passing
name=<place-name>
to thereserve
call, as this defeats the purpose of reserving any of the possible tag matches. Can I pass the resource name or something similar?The text was updated successfully, but these errors were encountered: