📝 Add docstrings to reduce-saga-storage-overhead#62
Merged
vadikko2 merged 1 commit intoreduce-saga-storage-overheadfrom Feb 18, 2026
Merged
📝 Add docstrings to reduce-saga-storage-overhead#62vadikko2 merged 1 commit intoreduce-saga-storage-overheadfrom
reduce-saga-storage-overhead#62vadikko2 merged 1 commit intoreduce-saga-storage-overheadfrom
Conversation
Docstrings generation was requested by @vadikko2. * #61 (comment) The following files were modified: * `examples/saga.py` * `examples/saga_fallback.py` * `examples/saga_recovery.py` * `examples/saga_recovery_scheduler.py` * `examples/saga_sqlalchemy_storage.py` * `src/cqrs/saga/compensation.py` * `src/cqrs/saga/execution.py` * `src/cqrs/saga/saga.py` * `src/cqrs/saga/storage/memory.py` * `src/cqrs/saga/storage/protocol.py` * `src/cqrs/saga/storage/sqlalchemy.py` * `tests/benchmarks/dataclasses/test_benchmark_saga_memory.py` * `tests/benchmarks/dataclasses/test_benchmark_saga_sqlalchemy.py` * `tests/benchmarks/default/test_benchmark_saga_memory.py` * `tests/benchmarks/default/test_benchmark_saga_sqlalchemy.py` * `tests/unit/test_saga/test_saga_storage_run.py`
Contributor
Author
|
Important Review skippedThis PR was authored by the user configured for CodeRabbit reviews. By default, CodeRabbit skips reviewing PRs authored by this user. It's recommended to use a dedicated user account to post CodeRabbit review feedback. To trigger a single review, invoke the You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
vadikko2
added a commit
that referenced
this pull request
Feb 20, 2026
* Try ti reduce saga storage overhead * Increase version * Rename banchmarks * 📝 Add docstrings to `reduce-saga-storage-overhead` (#62) * Fixes after review * Fix deadlocks * Fix after pre-commit * fix ruff format * fix after review * fix after review * fix after review * fix after review * fix after review * fix after review * fix after review --------- Co-authored-by: Вадим Козыревский <v.kozyrevskiy@timeweb.ru> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
vadikko2
added a commit
that referenced
this pull request
Feb 21, 2026
* Try ti reduce saga storage overhead * Increase version * Rename banchmarks * 📝 Add docstrings to `reduce-saga-storage-overhead` (#62) * Fixes after review * Fix deadlocks * Fix after pre-commit * fix ruff format * fix after review * fix after review * fix after review * fix after review * fix after review * fix after review * fix after review * refactor readme * refactor readme --------- Co-authored-by: Вадим Козыревский <v.kozyrevskiy@timeweb.ru> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docstrings generation was requested by @vadikko2.
The following files were modified:
examples/saga.pyexamples/saga_fallback.pyexamples/saga_recovery.pyexamples/saga_recovery_scheduler.pyexamples/saga_sqlalchemy_storage.pysrc/cqrs/saga/compensation.pysrc/cqrs/saga/execution.pysrc/cqrs/saga/saga.pysrc/cqrs/saga/storage/memory.pysrc/cqrs/saga/storage/protocol.pysrc/cqrs/saga/storage/sqlalchemy.pytests/benchmarks/dataclasses/test_benchmark_saga_memory.pytests/benchmarks/dataclasses/test_benchmark_saga_sqlalchemy.pytests/benchmarks/default/test_benchmark_saga_memory.pytests/benchmarks/default/test_benchmark_saga_sqlalchemy.pytests/unit/test_saga/test_saga_storage_run.pyThese file types are not supported
README.mdpyproject.tomlℹ️ Note