feat: Enhance idea retrieval to include the latest generation and support user-specific ideas not tied to a project, while also improving asset storage uniqueness and adjusting generation cancellation timeout.
This commit is contained in:
2
aiws.py
2
aiws.py
@@ -130,7 +130,7 @@ async def start_scheduler(service: GenerationService):
|
||||
break
|
||||
except Exception as e:
|
||||
logger.error(f"Scheduler error: {e}")
|
||||
await asyncio.sleep(600) # Check every 10 minutes
|
||||
await asyncio.sleep(60) # Check every 10 minutes
|
||||
|
||||
# --- LIFESPAN (Запуск FastAPI + Bot) ---
|
||||
@asynccontextmanager
|
||||
|
||||
Reference in New Issue
Block a user