aitbc
f061051ec4
Integration Tests / test-service-integration (push) Failing after 6s
Python Tests / test-python (push) Failing after 1m10s
API Endpoint Tests / test-api-endpoints (push) Successful in 1m31s
Security Scanning / security-scan (push) Successful in 1m34s
fix: optimize database initialization and marketplace router ordering
Database Initialization Optimization:
✅ SELECTIVE MODEL IMPORT: Changed from wildcard to explicit imports
- storage/db.py: Import only essential models (Job, Miner, MarketplaceOffer, etc.)
- Reason: Avoids 2+ minute startup delays from loading all domain models
- Impact: Faster application startup while maintaining required functionality
Marketplace Router Ordering Fix:
✅ ROUTER PRECEDENCE: Moved marketplace_offers router after global_marketplace
- main
2026-03-30 22:49:01 +02:00
..
2026-03-30 18:34:49 +02:00
2026-03-08 12:16:01 +01:00
2026-03-30 18:29:59 +02:00
2026-03-30 15:22:56 +02:00
2026-03-06 22:17:54 +01:00
2026-03-30 22:49:01 +02:00
2026-03-30 13:34:20 +02:00
2026-03-06 22:17:54 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-06 22:17:54 +01:00
2026-03-08 11:26:18 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-27 21:29:34 +01:00
2026-03-18 20:32:44 +01:00
2026-03-26 08:47:26 +01:00
2026-03-06 22:17:54 +01:00
2026-03-29 11:52:37 +02:00
2026-03-27 21:29:34 +01:00
2026-03-08 11:26:18 +01:00