You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever there is upgrade the new slack thread is created. Slack API requires to provide a parent message ts for every child message.
The logger detects first message for a height and appends the parent ts to the following messages.
But the information about the parent message is not persisted in local store, so whenever blazar restarts... the new thread is potentially created (for the same upgrade)
The text was updated successfully, but these errors were encountered:
TL;DR
Whenever there is upgrade the new slack thread is created. Slack API requires to provide a parent message
ts
for every child message.The logger detects first message for a height and appends the parent
ts
to the following messages.But the information about the parent message is not persisted in local store, so whenever blazar restarts... the new thread is potentially created (for the same upgrade)
The text was updated successfully, but these errors were encountered: