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

@ -2,5 +2,5 @@
resolver = "3"
members = [
"cli", "lib_sync_core", "web",
"cli", "lib_sync_core", "web", "task_queue",
]