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
Do we need orm.User in the first place? Can't this be all be solved by just having separate profiles that share database, broker and daemon. Requires that daemon can be started for all profiles once but this is definitely feasible, it is only an user api question.
AiiDA does not test well the use case when multiple users share a database. This is a meta issue to track anything related to this
verdi process repair#6879verdi initcommand #6315 (comment)orm.Userin the first place? Can't this be all be solved by just having separate profiles that share database, broker and daemon. Requires that daemon can be started for all profiles once but this is definitely feasible, it is only an user api question.