Initial commit: scheduler service extraction from portainer-core
Build and Push / build (release) Failing after 17s

Extracted standalone scheduler service with:
- FastAPI REST API for task management
- APScheduler-based task execution
- PostgreSQL persistence
- Docker container support
- Gitea Actions CI/CD workflow

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-11 11:59:32 +01:00
co-authored by Claude Opus 4.5
commit 64574bcc39
31 changed files with 6284 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
"""Task execution system for The Scheduler."""