Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Signorini committed May 9, 2020
1 parent 43e03c2 commit b9dc135
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Expand Up @@ -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 <https://apscheduler.readthedocs.io/en/latest/>`_

- 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
Expand All @@ -39,7 +41,7 @@ Scheduler App service to manage and execute jobs
* RabbitMq
* MongoDB

## Service relations ##
## Connect to: ##
* Maestro Data

## Setup #
Expand Down

0 comments on commit b9dc135

Please sign in to comment.