CampbellGroup / common

Shared campbell lab code.
GNU Lesser General Public License v3.0
8 stars 5 forks source link

parameter_vault and the Registry are problematic #123

Closed jayich closed 6 years ago

jayich commented 8 years ago

It appears that unless .pyc files (most likely those associated with parameter vault) are deleted, changes to Registry are reverted when parameter vault is restarted.

jayich commented 8 years ago

When shutting down parameter vault from the manager if *.pyc's have not been deleted the original keys and values will get stored in the Registry.

jayich commented 8 years ago

In order to make and save changes to parameter vault collections in the registry it appears that parameter vault has to be shutdown, otherwise changes will be reverted when parameter vault is shutdown (regardless of *.pyc files).

aransfor commented 7 years ago

@jayich the problem here is that parameter vault does not write dynamically to the registry because the registry is slow, I think the solution is to have parameter vault subscribe to the registry changed signal and update when the registry is manually changed

aransfor commented 6 years ago

closing this issue with #212