forked from expo/troggle
typo
This commit is contained in:
@@ -200,12 +200,12 @@ class JobQueue():
|
|||||||
|
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
"""First runs all the jobs in the queue against a scratch in-memory db
|
"""First runs all the jobs in the queue against a scratch in-memory db
|
||||||
then re-runs the import against the db specified in settings.py
|
then re-runs the import against the db specified in settings.py
|
||||||
Default behaviour is to skip the in-memory phase.
|
Default behaviour is to skip the in-memory phase.
|
||||||
When MySQL is the db the in-memory phase crashes as MySQL does not properly
|
When MySQL is the db the in-memory phase crashes as MySQL does not properly
|
||||||
relinquish some kind of db connection (not fixed yet)
|
relinquish some kind of db connection (not fixed yet)
|
||||||
"""
|
"""
|
||||||
self.loadprofiles()
|
self.loadprofiles()
|
||||||
# save db settings for later
|
# save db settings for later
|
||||||
dbengine = settings.DATABASES['default']['ENGINE']
|
dbengine = settings.DATABASES['default']['ENGINE']
|
||||||
|
|||||||
Reference in New Issue
Block a user