Disable notifications, until there is a real need for them, which depends on optimizing OpenStack calls, making them sub-second.
diff --git a/planetstack/core/models/plcorebase.py b/planetstack/core/models/plcorebase.py
index 97c3f82..5369512 100644
--- a/planetstack/core/models/plcorebase.py
+++ b/planetstack/core/models/plcorebase.py
@@ -224,8 +224,8 @@
super(PlCoreBase, self).save(*args, **kwargs)
# This is a no-op if observer_disabled is set
- if not silent:
- notify_observer()
+ # if not silent:
+ # notify_observer()
self._initial = self._dict