mateclaw/mateclaw-server/src/main/java/vip/mate/cron
matevip ed6eac310a fix(cron): restore ShedLock DB-time for dialects that support it
The KingbaseES change removed usingDbTime() unconditionally, which made
every deployment (MySQL/H2/PostgreSQL) fall back to app-server time for
distributed lock timing — reintroducing node clock-drift risk in
multi-instance setups. Re-enable usingDbTime() for databases in ShedLock's
built-in dialect map and skip it only for KingbaseES, which is not covered
and would otherwise throw at lock acquisition.
2026-06-14 10:44:52 +08:00
..
config fix(cron): restore ShedLock DB-time for dialects that support it 2026-06-14 10:44:52 +08:00
controller feat(memory,dashboard,channel,cron): raise read endpoints out of viewer 2026-05-15 10:18:20 +08:00
delivery feat(cron): suppressAgentReply flag for silent cron jobs 2026-05-02 15:41:06 +08:00
model chore: neutralize internal references in code comments and migrations 2026-05-02 15:42:10 +08:00
repository fix(cron): isolate cron jobs by workspace (issue #37) 2026-04-29 15:49:04 +08:00
service fix(cron): count silent-run token usage in settings total 2026-06-08 20:52:09 +08:00
CronChatOriginFactory.java feat(cron): channel delivery via ChatOrigin + Spring AI ToolContext 2026-04-28 21:43:58 +08:00
CronConversationResolver.java feat(cron): unify output, add reminder task type, in-flight progress UI 2026-04-30 15:01:24 +08:00