flame icon indicating copy to clipboard operation
flame copied to clipboard

Enhance Application management

Open k82cn opened this issue 11 months ago • 2 comments

Motivation

Currently, we already move the application configuration into FSM, but it sill missed the following gRPCs: register_applicatin, unregister_application, update_application and get_application.

The purpose of this issue is to enhance those gRPC for application management.

k82cn avatar Feb 03 '25 13:02 k82cn

register_application was handled in https://github.com/flame-sh/flame/pull/126 .

k82cn avatar Feb 09 '25 05:02 k82cn

When unregister_application or update_application, we need to also update Session and Task accordingly. I'm not sure whether we can have them in v0.4.

k82cn avatar Feb 09 '25 13:02 k82cn

get_application was fixed in https://github.com/flame-sh/flame/pull/149

k82cn avatar Aug 11 '25 08:08 k82cn

unregister_application was fixed in https://github.com/xflops/flame/pull/176

k82cn avatar Sep 15 '25 01:09 k82cn

update_application was handled in #182

k82cn avatar Sep 17 '25 02:09 k82cn