Schedules for various steps
diff --git a/planetstack/observer/steps/sync_networks.py b/planetstack/observer/steps/sync_networks.py
index 7ae7dc2..eb8fe86 100644
--- a/planetstack/observer/steps/sync_networks.py
+++ b/planetstack/observer/steps/sync_networks.py
@@ -4,6 +4,7 @@
 
 class SyncNetworks(OpenStackSyncStep):
 	provides=[Network]
+	requested_interval = 0
 
 	def save_network(self, network):
 		if not network.network_id: