You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance state management and logging functionality (#232)
* Enhance state management and logging functionality
- Updated `serve` function in `run.py` to utilize the `workers` argument in development mode.
- Improved `executed_state` function in `executed_state.py` to handle multiple new states more efficiently, including error handling for state insertion.
- Modified `LogsManager` in `logs_manager.py` to dynamically set logging level based on the application mode (development or production).
- Added logging for state creation in `create_next_state.py` to improve traceability.
These changes aim to enhance the application's performance and maintainability in different environments.
* Update state-manager/app/controller/executed_state.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fixed tests
* added more tests
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments