Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: add app.state #80

Merged
merged 17 commits into from
Oct 9, 2024
Merged

feat!: add app.state #80

merged 17 commits into from
Oct 9, 2024

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    a301f21 View commit details
    Browse the repository at this point in the history
  2. feat!: add app.state

    Adds 2 new system tasks to load and store a snapshot of state.
    Currently this is just `last_block_processed` and `last_block_seen`.
    
    This paves the way for the `Parameter` feature, but does not include
    that just yet.
    
    BREAKING CHANGE: state snapshotting migrates from runner to worker
    fubuloubu authored and johnson2427 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b42fd99 View commit details
    Browse the repository at this point in the history
  3. refactor: update from peer review

    fubuloubu authored and johnson2427 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4b6adff View commit details
    Browse the repository at this point in the history
  4. docs: add more color in docs for app.state

    Also updated docstrings within `silverback/application.py`
    fubuloubu authored and johnson2427 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c557601 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c08cdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a930cad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4decdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c3c426 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afa9b76 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5d0a30 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    47c52e7 View commit details
    Browse the repository at this point in the history
  12. fix: dockerfile

    johnson2427 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5112c1c View commit details
    Browse the repository at this point in the history
  13. fix: bad isort

    johnson2427 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3d661f0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    885c8ff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27f8cb6 View commit details
    Browse the repository at this point in the history
  16. fix: add taskiq-redis

    johnson2427 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2f34f9f View commit details
    Browse the repository at this point in the history
  17. fix: typo

    johnson2427 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7d6f618 View commit details
    Browse the repository at this point in the history