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
When we update project using PATCH/PUT endpoint we update updatedAt/updatedBy fields. But we don't update lastActivityAt/lastActivityBy fields immediately, they are only updated using Kafka event in a few seconds.
As a result, the response of PATCH/PUT endpoint contains outdated values for lastActivityAt/lastActivityBy which leads to the next small issue:
when we update project first time, these values are not updated
and only after the second update we get the values form the previous update
When we update project using PATCH/PUT endpoint we update
updatedAt
/updatedBy
fields. But we don't updatelastActivityAt
/lastActivityBy
fields immediately, they are only updated using Kafka event in a few seconds.As a result, the response of
PATCH/PUT endpoint
contains outdated values forlastActivityAt
/lastActivityBy
which leads to the next small issue:See demo video https://monosnap.com/file/pslk3R8TSFYO6MCOVKzLX5G1kazqZl
TODO:
lastActivityAt
/lastActivityBy
fields immediately inside PATCH/PUT endpointFYI @RishiRajSahu
The text was updated successfully, but these errors were encountered: