Skip to content

Commit c80bdf2

Browse files
committed
Update parameters description
Clarify worker vs supervisor for tries and sleep parameters
1 parent 4f0f4a2 commit c80bdf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ All queues are configured using EB envronmental variables with the following syn
7979
```
8080
queue[QueueName] = [queueName] # Required. The name of the queue that should be run.
8181
[QueueName]NumProcs = [value] # Optional. The number of instances supervisor should run for this queue. Defaults to 1
82-
[QueueName]Tries = [value] # Optional. The number of times supervisor should attempt to run in the event an unexpected exit code occurs. Defaults to 5
83-
[QueueName]Sleep = [value] # Optional. The number of seconds supervisor should sleep if no new jobs are in the queue. Defaults to 5
82+
[QueueName]Tries = [value] # Optional. The number of times the worker should attempt to run in the event an unexpected exit code occurs. Defaults to 5
83+
[QueueName]Sleep = [value] # Optional. The number of seconds the worker should sleep if no new jobs are in the queue. Defaults to 5
8484
[QueueName]StartSecs = [value] # Optional. How long a job should run for to be considered successful. Defaults to 1
8585
```
8686

0 commit comments

Comments
 (0)