feat(scheduler): implement scheduler service for background tasks and credit refills; add endpoints for admin control

This commit is contained in:
JSC
2025-07-02 13:39:17 +02:00
parent 703212656f
commit 1b597f4047
6 changed files with 304 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ authors = [{ name = "quaik8", email = "quaik8@gmail.com" }]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"apscheduler==3.11.0",
"authlib==1.6.0",
"flask==3.1.1",
"flask-cors==6.0.1",