refactor(lib_core): create new lib core with apalis
use apalis library for task management
This commit is contained in:
parent
2c47226dc9
commit
040c53cebd
7 changed files with 403 additions and 56 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#![allow(dead_code, unused)]
|
||||
|
||||
pub mod error;
|
||||
|
||||
pub(crate) use error::*;
|
||||
pub mod tasks;
|
||||
mod database;
|
||||
pub mod tasks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue