refactor(lib_core): create new lib core with apalis

use apalis library for task management
This commit is contained in:
Alexander Navarro 2025-12-29 19:45:19 -03:00
parent 2c47226dc9
commit 040c53cebd
7 changed files with 403 additions and 56 deletions

View file

@ -1,5 +1,7 @@
#![allow(dead_code, unused)]
pub mod error;
pub(crate) use error::*;
pub mod tasks;
mod database;
pub mod tasks;