Open
Description
The current implementation saves only the most recent timestamp whenever status information in status_history is updated, and all previous information is deleted.
Let’s change the data structure to a List to ensure that previous information is not lost.
Details
- For compatibility with the existing API, the
status_history
field incompute_session
GQL will remain unchanged. Instead, let’s deprecatestatus_history
and add a new field calledstatus_history_log
.
Metadata
Metadata
Assignees
Labels
No labels