COBY : specs + task 1

This commit is contained in:
Dobromir Popov
2025-08-04 15:50:54 +03:00
parent e223bc90e9
commit de9fa4a421
28 changed files with 4165 additions and 1 deletions

View File

@ -9927,7 +9927,6 @@ def create_clean_dashboard(data_provider: Optional[DataProvider] = None, orchest
def signal_handler(sig, frame):
logger.info("Received shutdown signal")
self.shutdown() # Assuming a shutdown method exists or add one
sys.exit(0)
# Only set signal handlers if we're in the main thread