Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emfollow
gwcelery
Commits
a389b051
Commit
a389b051
authored
3 years ago
by
Leo Pound Singer
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGES.rst [ci skip]
parent
a7994e16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES.rst
+31
-2
31 additions, 2 deletions
CHANGES.rst
with
31 additions
and
2 deletions
CHANGES.rst
+
31
−
2
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).
...
...
This diff is collapsed.
Click to expand it.
Leo Pound Singer
@leo-singer
mentioned in issue
#391 (closed)
·
3 years ago
mentioned in issue
#391 (closed)
mentioned in issue #391
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment