Skip to content

Replace DB sessions, kernels, vfolders table's status_history column types with list #3901

Open
@jopemachine

Description

@jopemachine

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 in compute_session GQL will remain unchanged. Instead, let’s deprecate status_history and add a new field called status_history_log.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions