-
Notifications
You must be signed in to change notification settings - Fork 1
[BUG] Initialization of artifacts service twice is unnecessary #114
Copy link
Copy link
Labels
Description
Summary
Looking on the logs I can see that the artifact service is being initialized twice. This is in efficient and completely unnecessary.
LOGS:
browser-agent-1 | 2025-10-18T16:29:45.179Z INFO server/artifacts_service.go:119 artifact service initialized with filesystem storage {"base_path": "/tmp/artifacts", "base_url": "http://browser-agent:8081"}
browser-agent-1 | 2025-10-18T16:29:45.179Z INFO server/artifacts_service.go:119 artifact service initialized with filesystem storage {"base_path": "/tmp/artifacts", "base_url": "http://browser-agent:8081"}
Let's find out why there filesystem artifact storage is being initialized twice or this is a false positive.
Reactions are currently unavailable