79618929

Date: 2025-05-13 04:15:41
Score: 1
Natty:
Report link

Each uvicorn worker is an independent process with its own memory space. The MemorySaver() you're using cannot be shared between two workers. You need to either persist your checkpointer or use a load blancer to ensure the same user's requests are routed to the same worker.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: RockyDon