many scheduler improvements, thanks Niphlod

This commit is contained in:
mdipierro
2012-11-01 21:35:53 -05:00
parent 3173d75dad
commit 755a860011
3 changed files with 106 additions and 62 deletions
+2
View File
@@ -1007,6 +1007,8 @@ def start_schedulers(options):
processes.append(p)
print "Currently running %s scheduler processes" % (len(processes))
p.start()
##to avoid bashing the db at the same time
time.sleep(0.7)
print "Processes started"
for p in processes:
try: