Contents Menu Expand Light mode Dark mode Auto light/dark mode
sqlalchemy_mate 2.0.0.2 documentation
Logo
sqlalchemy_mate 2.0.0.2 documentation
  • Core API
  • ORM API
  • Other Helpers
  • Custom Types
  • Patterns
    • Large Binary Column AWS S3 Backend
    • Enable status tracking for business critical application using sqlalchemy_mate
  • Migrate to sqlalchemy_mate 2.X
Back to top
Edit this page

status_tracker#

Use Relational database to track the status of many jobs, with error handling, retry, catch up, etc … This pattern ensure that there is only one worker can work on the specific job at a time.

This module is inspired by https://github.com/MacHu-GWU/pynamodb_mate-project/blob/master/examples/patterns/status-tracker.ipynb

sub packages and modules#

  • api
  • impl
Copyright © 2024, Sanhe Hu
Made with Sphinx and @pradyunsg's Furo
On this page
  • status_tracker
    • sub packages and modules