sauron-engine
sauron-engine copied to clipboard
One engine to rule them all
Create an Async Engine. Note that: - Rules should execute in order. - Multiple rules can be scheduled in the event loop - use anyio so the engine can be...
# Description export dependencies with the current versions in order to replace the `requirements-text.txt` that **Dependabot** was alerting
Sometimes we want to pass more data to components or we will want to build widgets in the frontend, such as range, date input, etcs. For this usecase perhaps the...
How do we monitor rule running and other stuff? should we have some kind of interface to show how many times the engine ran? How many failed runs?? should we...
**Is your feature request related to a problem? Please describe.** During hacktoberfest we have new features implemented that should be able in a new package release. As a requirement we...
**Is your feature request related to a problem? Please describe.** We have **Runtime metrics** feature implemented but poorly documented. Since we have also mkdoc up and running, we must improve...
**Is your feature request related to a problem? Please describe.** We have **batch jobs** implemented but poorly documented. Since we have also mkdoc up and running, we must improve the...
**Is your feature request related to a problem? Please describe.** We have signals/hooks implemented but poorly documented. Since we have also mkdoc up and running, we must improve the docs...