Commit Graph

6 Commits

Author SHA1 Message Date
e-ngo b66c49f3a9
Tune dragonfly to Remove Old Entries & Use Longtext to fit larger warming jobs (#4145)
* Tune dragonfly to fit our usecase by:

* use longtext to fit larger clusters

* fix scheduler and seed-client register logic

* Remove commented out lines.
2025-07-03 20:46:21 +08:00
Chlins Zhang 09d99d3971
fix: remove the gorm tag for CreatedAt and UpdatedAt (#3990)
fix: remove the gorm tag for CreatedAt and UpdatedAt to avoid conflict with gorm internal

Signed-off-by: chlins <chlins.zhang@gmail.com>
2025-04-24 11:02:13 +00:00
Gaius 993585729f
feat(manager): add default value for operated_at (#3966)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-04-17 11:13:57 +00:00
Gaius 22e7d629aa
fix: response of cluster rest api (#2572)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-25 21:28:52 +08:00
Gaius 7900835c48
feat: if the scheduler feature is not in feature flags, then it will stop providing the featrue (#2234)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:34:43 +08:00
Gaius b1171f4bd4
feat: rename manager/model to manager/models (#2191)
The manager model package is renamed to models to
prevent the same name as the future inference model database table.

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:34:39 +08:00