Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to wait for db to become available #7827

Merged
merged 9 commits into from Apr 29, 2019
Merged

Conversation

jdavcs
Copy link
Member

@jdavcs jdavcs commented Apr 26, 2019

Configurable option to wait for the database to become available instead
of failing immediately.

_configure_models() seems to be the earliest/reasonable place for it.

Configurable option to wait for the database to become available instead
of failing immediately.

_configure_models() seems to be the earliest/reasonable place for it.
@galaxybot galaxybot added this to the 19.09 milestone Apr 26, 2019
This test file contained 2 basic unit tests that tested the proposed new
config values. Instantiating a Configuration object without passing the
required arguments seems to have caused other tests to fail. Trying same
PR without additional unit tests.
config/galaxy.yml.sample Outdated Show resolved Hide resolved
@nsoranzo
Copy link
Member

config/galaxy.yml.sample should not be modified directly, you should update lib/galaxy/webapps/galaxy/config_schema.yml and then execute make config-rebuild .

lib/galaxy/config.py Outdated Show resolved Hide resolved
nsoranzo and others added 2 commits April 26, 2019 19:51
Co-Authored-By: ic4f <sgolitsynskiy@gmail.com>
time module already imported.
@nsoranzo nsoranzo added area/database Galaxy's database or data access layer kind/enhancement and removed triage labels Apr 27, 2019
@jdavcs jdavcs changed the title Add option to wait for db to become available Add option to wait for db to become available [WIP] Apr 27, 2019
@jdavcs jdavcs changed the title Add option to wait for db to become available [WIP] Add option to wait for db to become available Apr 27, 2019
@nsoranzo
Copy link
Member

@ic4f Still WIP?

@dannon
Copy link
Member

dannon commented Apr 29, 2019

Selenium error is unrelated. Thanks @ic4f!

@dannon dannon merged commit 886a856 into galaxyproject:dev Apr 29, 2019
@jmchilton jmchilton removed this from the 19.09 milestone May 14, 2019
@jmchilton jmchilton added this to the 19.05 milestone May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/database Galaxy's database or data access layer kind/enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants