Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
emfollow
gwcelery
Commits
a389b051
Commit
a389b051
authored
Nov 05, 2021
by
Leo P. Singer
Browse files
Update CHANGES.rst [ci skip]
parent
a7994e16
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
a389b051
Changelog
=========
0.13.2 (unreleased)
-------------------
1.0.0 (unreleased)
------------------
- Update to Celery 5.
- Rename branch ``master`` to ``main``.
- Switch build, packaging, and deployment from setuptools+pipenv to poetry.
- Use a date-tagged IGWN Conda environment to prevent unversioned changes
to dependencies.
- Some unit tests now use a live worker instead of "eager" mode. As a result,
Celery's behavior in those unit tests is more similar to production, and
therefore more likely to catch any concurrency bugs, race conditions, or
deadlocks.
- Rewrite GitLab CI pipeline to use the IGWN computing group's Python job
templates.
- For deploymenet jobs in the GitLab CI pipeline, use ssh+kerberos instead of
the now-defunct gsissh for unattended login to LDG hosts.
- Remove mock module imports from Sphinx configuration, for simpler and more
robust documentation builds.
- Increase the value of the Celery ``worker_proc_alive_timeout`` to 8 seconds
in order to avoid unnecessarily killing workers that are slow to start up.
- Remove workarounds that were in place to preserve order of results from
groups of tasks, because Celery 5 now preserves result order automatically.
- Require astropy >= 4.3.1 due to an upstream bug
(https://github.com/astropy/astropy/issues/11879).
...
...
Leo P. Singer
@leo-singer
mentioned in issue
#391 (closed)
·
Nov 05, 2021
mentioned in issue
#391 (closed)
mentioned in issue #391
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment