Hobby Server, super power web-page poll/watching service...
- Management
- Monitor
- Scheduler
- Persistence Tasks, Apps to LevelDB
-
Create a task named
test1, which will send a request tourlevery 6 secondsparam
name&urlare requiredPOST http://localhost:3000/task/test1 With params: { "url": "http://127.0.0.1:3001/url", "cron": "*/6 * * * * *" } -
List detail info of task
test1GET http://localhost:3000/task/test1 -
List all the tasks info
GET http://localhost:3000/tasks -
Delete a task named
test1DELETE http://localhost:3000/task/test1