feat: wrapup worker handler + auto-generate job

This commit is contained in:
2026-06-02 22:13:08 +02:00
parent ac05cdfeaf
commit 7ef8912d69
9 changed files with 194 additions and 14 deletions

View File

@@ -1,6 +1,8 @@
pub mod commands;
pub mod compute;
pub mod event_handler;
pub mod generate;
pub mod get_wrapup;
pub mod handle_requested;
pub mod list_wrapups;
pub mod queries;