1backend
1backend copied to clipboard
Service account double registration issue
In one of the environments I found an issue where a service was registered twice (slug was duplicated). This is probably a locking (lack of...) issue but also there should be a unique index on the slug.
This was somewhat mitigated by #333 but ideally distributed locks should work instead.