Добавить авто-регистрацию тикетов (hash/dedupe/500/WS). Refs EventHub/EventHubBack#35
CI / test (push) Successful in 21m45s
CI / deploy-ift (push) Successful in 6m8s
CI / e2e-ift (push) Failing after 6m13s
CI / deploy-stage (push) Has been skipped
CI / e2e-stage (push) Has been skipped

This commit is contained in:
2026-07-17 00:44:09 +03:00
parent 0a52712258
commit a696d25486
12 changed files with 590 additions and 59 deletions
+3 -2
View File
@@ -210,14 +210,15 @@
error_hash :: binary(),
error_message :: binary(),
stacktrace :: binary(),
context :: binary(), % ← новое поле (term_to_binary)
context :: binary(),
count :: non_neg_integer(),
first_seen :: calendar:datetime(),
last_seen :: calendar:datetime(),
status :: open | in_progress | resolved | closed,
assigned_to :: binary(),
resolution_note :: binary(),
closed_at :: calendar:datetime() | undefined
closed_at :: calendar:datetime() | undefined,
source :: binary() % <<"backend">> | <<"frontend">> | <<"manual">>
}).
%% ------------------- Подписки ----------------------------------------