feat(htykc): clazz completed_at migration; logrotate for htykc/htyproc/htyts

Portable run_rotate; moicen_start_huiwings_stack and ws_clazz updates; schema/models sync.

Made-with: Cursor
This commit is contained in:
2026-04-26 17:14:44 +08:00
parent dcb0d3c365
commit 0e53c9f66d
11 changed files with 118 additions and 12 deletions
+17
View File
@@ -0,0 +1,17 @@
compress
"./htykc.log" {
missingok
hourly
rotate 12
copytruncate
size 200M
}
"./htykc.nohup.log" {
missingok
hourly
rotate 12
copytruncate
size 200M
}
+1
View File
@@ -741,6 +741,7 @@ async fn raw_create_clazz_with_repeat(
is_repeat: in_kecheng.is_repeat.clone(),
course_sections: in_kecheng.course_sections.clone(),
is_notified: in_kecheng.is_notified.clone(),
completed_at: None,
};
debug!(