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
We're about to have datetime duplicated for delivery_acknowledgement and heartbeat events (it's about to be added to the attributes of all events, so there's no need to keep it in the event too). To reduce confusion and event size, we should remove it from these events.
Proposed Solution
Remove the datetime field from the delivery_acknowledgement and heartbeat events
Update the event handler to utilise attributes as well as events
The text was updated successfully, but these errors were encountered:
cortadocodes
added
tech-debt
Technical debt (tidy up, refactoring, restructuring, caused by laziness now)
framework
Octue app or twined framework and communications system
labels
Apr 11, 2024
Feature request
Current state
We're about to have
datetime
duplicated fordelivery_acknowledgement
andheartbeat
events (it's about to be added to the attributes of all events, so there's no need to keep it in the event too). To reduce confusion and event size, we should remove it from these events.Proposed Solution
datetime
field from thedelivery_acknowledgement
andheartbeat
eventsThe text was updated successfully, but these errors were encountered: