Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from tobiasschaefer/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
v1r3n committed Dec 14, 2016
2 parents c4cadf7 + 383245a commit e146a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Conductor follows RPC based communication model where workers are running on a s

**Notes**

* Workers are remote systems and communicates ove HTTP (or any supported RPC mechanism) with conductor servers.
* Workers are remote systems and communicates over HTTP (or any supported RPC mechanism) with conductor servers.
* Task Queues are used to schedule tasks for workers. We use [dyno-queues][1] internally but it can easily be swapped with SQS or similar pub-sub mechanism.
* conductor-redis-persistence module uses [Dynomite][2] for storaing the state and metadata along with [Elasticsearch][3] for indexing backend.
* conductor-redis-persistence module uses [Dynomite][2] for storing the state and metadata along with [Elasticsearch][3] for indexing backend.
* See section under extending backend for implementing support for different databases for storage and indexing.

[1]: https://github.com/Netflix/dyno-queues
Expand Down

0 comments on commit e146a58

Please sign in to comment.