Add BatchedWebHookFileStore for batching webhook updates (#10119)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Tim O'Farrell
2025-08-11 12:51:08 -06:00
committed by GitHub
parent 4651edd5b3
commit af49b615b1
6 changed files with 564 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ file_store: FileStore = get_file_store(
config.file_store_path,
config.file_store_web_hook_url,
config.file_store_web_hook_headers,
batch=config.file_store_web_hook_batch,
)
client_manager = None