No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
dependabot[bot] 42f642390e
Some checks failed
ci / tests (push) Failing after 1s
ci / release (push) Has been skipped
Bump werkzeug from 2.2.3 to 2.3.8
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.8.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...2.3.8)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 14:17:41 +00:00
.github/workflows Add build support for Azure DevOps 2023-12-19 14:00:32 +00:00
retry_tasks_lib update enqueueable retry task statuses 2023-04-27 13:35:16 +01:00
tests update enqueueable retry task statuses 2023-04-27 13:35:16 +01:00
.coveragerc BPL-617 send zero gauges 2022-07-20 11:55:24 +03:00
.gitignore BPL-386 Decorator for task functions 2022-01-17 12:19:19 +00:00
CODEOWNERS add CODEOWNERS 2021-10-19 16:21:40 +03:00
poetry.lock Bump werkzeug from 2.2.3 to 2.3.8 2023-12-19 14:17:41 +00:00
pyproject.toml Bump ipython from 7.34.0 to 8.10.0 2023-12-19 14:10:53 +00:00
README.md feature/BPL-273-Task-cleanup-handling 2022-10-11 09:14:27 +01:00

Retry Task Library

Helpers functions and models to setup async tasks with rq

Requirements

You'll need to install:

Installing libs

  • poetry install -E admin -E reporting

Running tests

  • poetry run pytest tests

Bumping release number

  • Edit pyproject.toml and alter the version number.
  • Push it straight to master with an "increase version no" message
  • Then make a new Release in that project.
  • Same process as other apps - tag it on the master branch with the new version number.
  • That will make the new package and put it on the pypi server
  • Then edit the consuming app's pyproject.toml to the new version number and run poetry lock --no-update && poetry install --sync