Badger cache: are we ready?

Hi, lately I have this error when I try to find the api key for Multinode Dashboard

# docker exec -it storagenode /app/bin/storagenode issue-apikey --config-dir /app/config --identity-dir /app/identity
2024-12-26T16:40:26Z    INFO    Configuration loaded    {"Process": "storagenode", "Location": "/app/config/config.yaml"}
2024-12-26T16:40:27Z    INFO    Anonymized tracing enabled      {"Process": "storagenode"}
2024-12-26T16:40:27Z    INFO    Identity loaded.        {"Process": "storagenode", "Node ID": "1Kf6y9Mxxxxxxxxxxxxxxxxxxxxxxxxx"}
Error: Error starting master database on storage node: Cannot acquire directory lock on "/app/config/storage/filestatcache".  Another process is using this Badger database. error: resource temporarily unavailable

It seems like a Badger cache error. What do you recommend?