repid
repid copied to clipboard
Repid framework: simple to use, fast to run and extensible to adopt job scheduler
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 24.1.1 → 24.8.0](https://github.com/psf/black/compare/24.1.1...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.0...v0.6.8) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.42.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.42.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.14.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.12.0...v2.14.0)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [arq](https://redirect.github.com/samuelcolvin/arq) ([changelog](https://redirect.github.com/samuelcolvin/arq/releases)) | `==0.25.0` -> `==0.26.1` | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eventlet](https://togithub.com/eventlet/eventlet) ([changelog](https://togithub.com/eventlet/eventlet/blob/master/NEWS)) | `==0.35.1` -> `==0.35.2` |...
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.35.1 to 0.35.2. Changelog Sourced from eventlet's changelog. 0.35.2 [fix] Fix tool.setuptools/packages list eventlet/eventlet#921 [security] Dnspython 2.6.1 - Address DoS via the Tudoor mechanism (CVE-2023-29483) eventlet/eventlet#916 [doc]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gevent](http://www.gevent.org/) | `==23.9.1` -> `==24.2.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
## Change Summary Adds docstrings to... everything? ## Related issue number ??? ## Checklist * [x] ~~Unit tests for the changes exist~~ * [x] ~~Tests pass on CI and coverage...
## Change Summary Minor PR to introduce a check to stop accidental non await-able Middleware registration. ## Related issue number ## Checklist * [x] Unit tests for the changes exist...
**Is your feature request related to a problem? Please describe.** Currently, the app is stateless – there is no knowledge about the state of the system as a whole. Because...
**Is your feature request related to a problem? Please describe.** I would like to have an automatically generated documentation to share with my colleagues in a form of [AsyncAPI](https://www.asyncapi.com/) schema....
It should possible to use Repid with Kafka. Idea is to introduce Kafka connection and to allow usage of pub/sub pattern via same Repid api as for the others. Is...