ragflow/sandbox/executor_manager
RafaelFFAumo cf8c063a69
Adding semaphore usage on the '/run' endpoint (#8526)
### What problem does this PR solve?

Switching threading.Lock() to asyncio.Lock(), since threading.Lock() is
blocking.

### Type of change

- [x] Performance Improvement
2025-06-30 15:40:23 +08:00
..
api Adding semaphore usage on the '/run' endpoint (#8526) 2025-06-30 15:40:23 +08:00
core Adding semaphore usage on the '/run' endpoint (#8526) 2025-06-30 15:40:23 +08:00
models
services
utils
Dockerfile Fix: sandbox sandalone context error (#8340) 2025-06-18 12:37:17 +08:00
main.py
requirements.txt Adding semaphore usage on the '/run' endpoint (#8526) 2025-06-30 15:40:23 +08:00
seccomp-profile-default.json
util.py