iven
eab9b5fdcc
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
fix(saas): WorkerDispatcher registration race — consumer starts after all workers registered
...
Root cause: start_consumer() was called in new() before any register() calls,
so the consumer's cloned HashMap was always empty. Workers like log_operation
and record_usage were never found, causing "Unknown worker" errors.
- Add WorkerDispatcher::start() method to be called after all register()s
- Update main.rs to call dispatcher.start() after 7 workers registered
2026-04-08 08:33:54 +08:00
..
2026-04-07 14:25:34 +08:00
2026-04-07 14:25:34 +08:00
2026-04-07 22:24:19 +08:00
2026-04-07 14:25:34 +08:00
2026-04-07 14:25:34 +08:00
2026-04-07 14:25:34 +08:00
2026-04-07 19:21:45 +08:00
2026-04-02 19:24:44 +08:00
2026-04-07 14:25:34 +08:00
2026-04-07 22:24:19 +08:00
2026-04-07 14:25:34 +08:00
2026-04-07 14:25:34 +08:00
2026-04-07 14:25:34 +08:00
2026-04-07 19:21:45 +08:00
2026-04-08 08:33:54 +08:00
2026-04-04 12:26:55 +08:00
2026-03-29 10:46:41 +08:00
2026-04-02 19:24:44 +08:00
2026-04-01 08:38:37 +08:00
2026-04-07 14:25:34 +08:00
2026-04-04 12:26:55 +08:00
2026-04-02 00:21:28 +08:00
2026-04-08 08:33:54 +08:00
2026-04-02 00:03:26 +08:00
2026-04-07 22:24:19 +08:00
2026-04-02 19:24:44 +08:00