From b9dc13579f8feea596b555235a6b048dde50e977 Mon Sep 17 00:00:00 2001 From: Felipe Signorini Date: Sat, 9 May 2020 13:56:59 +0100 Subject: [PATCH] update readme --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 21fd8e0..9b7bd35 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,19 @@ To test out the demo, [Demo Online](http://demo.maestroserver.io "Demo Online") # Maestro Server - Scheduler # -Scheduler App service to manage and execute jobs +Scheduler App is accountable to manage and execute internal jobs. + +* Schedule jobs, interval or crontab +* Do chain jobs + +---------- + +Scheduler use apscheduler to control scheduler jobs, `Apscheduler documentation `_ -- Schedule jobs, interval or crontab -- Requests chain jobs -- Modules - - Webhook: Call URL request - - Connections: Call Crawler task ![arch](http://docs.maestroserver.io/en/latest/_images/scheduler.png) -**Core API, organized by modules:** +**Core API:** * Celery Beat (Mongo Scheduler) * Worker - Webhook @@ -39,7 +41,7 @@ Scheduler App service to manage and execute jobs * RabbitMq * MongoDB -## Service relations ## +## Connect to: ## * Maestro Data ## Setup #