Navigation Menu

Skip to content

Commit

Permalink
Add'l Details
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaglick committed Apr 11, 2016
1 parent 123a007 commit de9dfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/source/includes/docs/core/action_cluster.md
Expand Up @@ -4,7 +4,7 @@

actionhero can be run either as a solitary server or as part of a cluster. The goal of these cluster helpers is to allow you to create a group of servers which will share state and each be able to handle requests and run tasks. You can add or remove nodes from the cluster without fear of data loss or task duplication. You can also run many instances of actionhero on the same server using node.js' cluster methods (`actionhero startCluster`), which you [can learn more about here](/docs#production-notes).

Cluster instances are named sequentially, starting with actionhero-worker-1, and can be retrived from 'api.id'.
Cluster instances are named sequentially, starting with actionhero-worker-1, and can be retrived from 'api.id'. Logs and PID's, as well as other instance-specific information follow this pattern as well.

## Cache

Expand Down

0 comments on commit de9dfe8

Please sign in to comment.