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

Commit

Permalink
Typo fix (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
AFelkai authored Jun 5, 2022
1 parent 7b90c64 commit 73284fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Visit Dynomite's [Github page](https://github.com/Netflix/dynomite) to find deta

Make sure that the worker is actively polling for this task. Navigate to the `Task Queues` tab on the Conductor UI and select your task name in the search box. Ensure that `Last Poll Time` for this task is current.

In Conductor 3.x, ```conductor.redis.availabilityZone``` defaults to ```us-east-1c```. Ensure that this matches where your workers are, and that it also maytches```conductor.redis.hosts```.
In Conductor 3.x, ```conductor.redis.availabilityZone``` defaults to ```us-east-1c```. Ensure that this matches where your workers are, and that it also matches```conductor.redis.hosts```.

### How do I configure a notification when my workflow completes or fails?

Expand Down

0 comments on commit 73284fc

Please sign in to comment.