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 cfa2474606
commit a3adb9ffa8
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",
]