Skip to content

Python Class to Run with consideration to DB load. [suspended]

License

Notifications You must be signed in to change notification settings

birm/dbThrottle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbThrottle

PyPI version Build Status

Python Class to run code with consideration to DB load.

Why

Throttling code to work under the constraints of a server makes sense in certain situations, especially when replica lag comes into play. This project hopes to simplify acting on this consideration.

What

A, still early, python module, which introduces a functional type to complete a task or continiously run an operation, taking database load and similar metrics into account. The code will work with any metric you want to define, but we've included replia lag an open threads/connections as default metrics for mssql, mysql, postgresql, and oracle.

Who

Ryan Birmingham, under GPL3

About

Python Class to Run with consideration to DB load. [suspended]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages