backend/ ├── config/ │ └── scheduler.js # Cron job configuration (9 AM IST) ├── controllers/ │ └── urlController.js # Request handlers ...
Plombery is a simple task scheduler for Python with a web UI and a REST API, if you need to run and monitor recurring python scripts then it's the right tool for you! This project is at its beginning, ...