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
In the interest of not blocking this further, leave it as as and open an issue about it.
I think the way we've been doing this is to put any common functionality between the apps into the main app (although I don't know if this actually is better for splitting things down the line)
At the moment, the controller app needs to import the process manager app in order to get the hostname information. That's not ideal. The best solution is unclear, but could consist on putting the get_hostname functionality in the main app.
The text was updated successfully, but these errors were encountered:
Originally posted by @AdrianDAlessandro in #262 (comment)
At the moment, the controller app needs to import the process manager app in order to get the hostname information. That's not ideal. The best solution is unclear, but could consist on putting the
get_hostname
functionality in themain
app.The text was updated successfully, but these errors were encountered: