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
Right now if we want to migrate over to a new custom_2b_domain lots of stakwork jobs will be hanging and fail as a result, so instead it would make sense to support multiple custom_2b_domain
I think supporting Option<String> and Option<Vec<String>> would be the best way of doing this so we don't break any currently running swarms
The text was updated successfully, but these errors were encountered:
Right now if we want to migrate over to a new
custom_2b_domain
lots of stakwork jobs will be hanging and fail as a result, so instead it would make sense to support multiplecustom_2b_domain
I think supporting
Option<String>
andOption<Vec<String>>
would be the best way of doing this so we don't break any currently running swarmsThe text was updated successfully, but these errors were encountered: