-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Title: | ||
|
||
## Status: | ||
(accepted | rejected | proposed | deprecated) | ||
|
||
## Context: | ||
(what is our problem) | ||
|
||
## Decision: | ||
(how it will affect app or individual parts of the app) | ||
|
||
## Consequences: | ||
(how it will affect app or individual parts of the app) | ||
|
||
## Code location: | ||
(package->file) | ||
|
||
## Date: | ||
(dd.mm.rrrr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Title: | ||
Handle possibility of multiple replication events in certificate requests at the same time | ||
|
||
## Status: | ||
accepted | ||
|
||
## Context: | ||
Kinga discovered a bug where when the owner is offline and several (3) users with the same name have joined, sometimes the owner can register two users with the same name | ||
|
||
## Decision: | ||
Introducing a locking mechanism to prevent the next event from being processed if the previous one is still being processed | ||
|
||
## Consequences: | ||
We added queue concept and events will be processed individually in chronological order | ||
|
||
## Code location: | ||
backend -> storage.service.ts | ||
|
||
## Date: | ||
07-11-2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters