Skip to content

[BUG] Initialization of artifacts service twice is unnecessary #114

@edenreich

Description

@edenreich

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleased

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions