[galaxyproject/galaxy] 548d0c: WIP job assignment using database transaction isol...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 548d0cb2c9e38594f747c17e57939eca2344353f https://github.com/galaxyproject/galaxy/commit/548d0cb2c9e38594f747c17e57939... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M lib/galaxy/jobs/handler.py M lib/galaxy/util/handlers.py Log Message: ----------- WIP job assignment using database transaction isolation Commit: b067fd194b2a3a28c23900eb45ace726aa842d78 https://github.com/galaxyproject/galaxy/commit/b067fd194b2a3a28c23900eb45ace... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M lib/galaxy/config.py M lib/galaxy/jobs/handler.py Log Message: ----------- Rename job assigner to job grabber and clean up, also add support for (preferable) FOR UPDATE ... SKIP LOCKED Commit: 34eb8a45c1e4e069ca6d91965aa1985eb444da83 https://github.com/galaxyproject/galaxy/commit/34eb8a45c1e4e069ca6d91965aa19... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M lib/galaxy/config.py M lib/galaxy/jobs/__init__.py M lib/galaxy/jobs/handler.py M lib/galaxy/util/handlers.py M lib/galaxy/workflow/scheduling_manager.py Log Message: ----------- Integrate DB serialization methods with new handler assignment process Commit: 473210714e719f4c36d77b49281a82567b294c8e https://github.com/galaxyproject/galaxy/commit/473210714e719f4c36d77b49281a8... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M lib/galaxy/config.py M lib/galaxy/util/handlers.py M lib/galaxy/web/stack/__init__.py M lib/galaxy/workflow/scheduling_manager.py M scripts/galaxy-main Log Message: ----------- Add support for dynamic handlers when using DB serialization handler assignment Commit: 602b86ef9ee0efddb3614f03c19d5772ab5bdf0d https://github.com/galaxyproject/galaxy/commit/602b86ef9ee0efddb3614f03c19d5... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M lib/galaxy/jobs/handler.py Log Message: ----------- SQLAlchemize the grabber query and fold grabber directly into JobHandlerQueue Commit: 2c73ac3e22f608a3049f5bafc477b1a199d25c33 https://github.com/galaxyproject/galaxy/commit/2c73ac3e22f608a3049f5bafc477b... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M lib/galaxy/jobs/handler.py Log Message: ----------- No longer using trace logging Commit: b0691089eafd303cc0a31b589f465f552a90c40a https://github.com/galaxyproject/galaxy/commit/b0691089eafd303cc0a31b589f465... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M test/unit/jobs/test_job_configuration.py Log Message: ----------- Unit tests for new DB serialization handler assignment methods Commit: df7f8b425d16ddb54d4acb181f9a4ee415b510ea https://github.com/galaxyproject/galaxy/commit/df7f8b425d16ddb54d4acb181f9a4... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M test/base/integration_util.py A test/integration/handler_template_job_conf.xml A test/integration/test_handler_assignment_methods.py M test/integration/test_scripts.py Log Message: ----------- Integration tests for handler assignment methods Commit: 1222f80ae99da18f6361bbad6234bfba65e278f5 https://github.com/galaxyproject/galaxy/commit/1222f80ae99da18f6361bbad6234b... Author: John Chilton <jmchilton@gmail.com> Date: 2019-01-05 (Sat, 05 Jan 2019) Changed paths: M lib/galaxy/config.py M lib/galaxy/jobs/__init__.py M lib/galaxy/jobs/handler.py M lib/galaxy/util/handlers.py M lib/galaxy/web/stack/__init__.py M lib/galaxy/workflow/scheduling_manager.py M scripts/galaxy-main M test/base/integration_util.py A test/integration/handler_template_job_conf.xml A test/integration/test_handler_assignment_methods.py M test/integration/test_scripts.py M test/unit/jobs/test_job_configuration.py Log Message: ----------- Merge pull request #7129 from natefoo/serializable-job-assignment Perform job assignment using DB serialization techniques Compare: https://github.com/galaxyproject/galaxy/compare/fa071b3c4fca...1222f80ae99d **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
GitHub