.gitignore Ready to use 8 days ago
README.md Ready to use 8 days ago
manager.py timeout fix 3 days ago
requirements.txt Ready to use 8 days ago
README.md

simple_task_manager

Usage

curl -X POST http://localhost:5000/schedule \
    -H "Content-Type: application/json" \
    -d '{
        "url": "http://example.com/notify",
        "json_data": {"event": "backup"},
        "run_at": "2025-04-15 16:00:00"
    }'