We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bug fix, Enhancement
Migrate FastAPI startup/shutdown to lifespan context manager pattern
Fix critical port binding errors with automatic retry mechanism
Resolve async task cleanup issues and coroutine warnings
Add comprehensive bug fixes for data validation and error handling
Create diagnostic tools for PostgreSQL DataLogger inspection
flowchart LR A["FastAPI Startup/Shutdown"] -->|"Migrate to lifespan"| B["Context Manager Pattern"] C["Port Binding Issues"] -->|"Add retry logic"| D["Automatic Port Detection"] E["Async Task Leaks"] -->|"Proper cleanup"| F["CancelledError Handling"] G["Data Validation"] -->|"Type checking"| H["Robust Error Handling"] I["PostgreSQL DataLogger"] -->|"Export & Diagnose"| J["Excel Export Tools"]
Migrate to lifespan context manager and fix port binding
Add SQL parameter logging and improve error handling
New utility to export PostgreSQL tables to Excel
New diagnostic script for DataLogger inspection
Add cached price fallback and type validation
Fix async task cleanup and callback error handling
Fix division by zero and improve type handling
Improve error logging for WebSocket failures
Add robust escalier levels normalization function
Remove problematic async operations from destructor
Import errorLogs store for log display
Replace logConfigChange with triggerAutoSave calls
Comprehensive documentation of 12 bugs and fixes
Sorry, something went wrong.
2
b2efd69
Update main.py
f577bd3
Update postgresql_datalogger.py
e4f1a10
1
1dba941
Update price_provider.py
e60db72
3
e4c663f
Update VariablesPanel.svelte
117922a
ddb9b2c
PR Type
Bug fix, Enhancement
Description
Migrate FastAPI startup/shutdown to lifespan context manager pattern
Fix critical port binding errors with automatic retry mechanism
Resolve async task cleanup issues and coroutine warnings
Add comprehensive bug fixes for data validation and error handling
Create diagnostic tools for PostgreSQL DataLogger inspection
Diagram Walkthrough
File Walkthrough
1 files
Migrate to lifespan context manager and fix port binding1 files
Add SQL parameter logging and improve error handling2 files
New utility to export PostgreSQL tables to ExcelNew diagnostic script for DataLogger inspection5 files
Add cached price fallback and type validationFix async task cleanup and callback error handlingFix division by zero and improve type handlingImprove error logging for WebSocket failuresAdd robust escalier levels normalization function2 files
Remove problematic async operations from destructorImport errorLogs store for log display1 files
Replace logConfigChange with triggerAutoSave calls1 files
Comprehensive documentation of 12 bugs and fixes2 files