Protect from notifications that may be handled twice by keeping a set of handled notification IDs

This commit is contained in:
Ori Kotek
2023-07-06 17:46:43 +03:00
parent 399d7b7990
commit 6648c04799
3 changed files with 8 additions and 2 deletions

View File

@ -9,6 +9,7 @@ settings = Dynaconf(
"settings/.secrets.toml",
"settings/configuration.toml",
"settings/pr_reviewer_prompts.toml",
"settings/pr_questions_prompts.toml"
"settings/pr_questions_prompts.toml",
"settings_prod/.secrets.toml"
]]
)