1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/ce0b8a3a966d/ Changeset: ce0b8a3a966d User: dannon Date: 2013-09-25 22:43:41 Summary: Fix app startup for uwsgi and multiprocess. Affected #: 1 file
diff -r 9852a9c70535775c6423a42d6924eead6c4bdad1 -r ce0b8a3a966d24edd0ba8c7dc51213929c4de75d lib/galaxy/app.py --- a/lib/galaxy/app.py +++ b/lib/galaxy/app.py @@ -172,6 +172,7 @@ self.job_stop_queue = self.job_manager.job_stop_queue # Initialize the external service types self.external_service_types = external_service_types.ExternalServiceTypesCollection( self.config.external_service_type_config_file, self.config.external_service_type_path, self ) + self.model.engine.dispose()
def shutdown( self ): self.job_manager.shutdown()
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.