-
In the documentation, you mentioned that scaling out conductor servers would achieve scalability and improve performance. In my test cluster, every node has elasticsearch, dynomite and conductor serve…
-
I'm trying to install the python client for conductor through pip as stated in the readme (https://github.com/Netflix/conductor/tree/master/client/python), and am getting a package not found error.
`…
-
Hi,
I see in the config file for Conductor that it's possible to run with a standalone redis instance (ex: `db=redis`)
However, I cannot find any documentation explaining how to do so and lookin…
-
Referencing the upstream project directly from GitHub becomes an issue when building the Docker images to test changes locally. Instead, Dockerfiles typically assume that the build environment has th…
-
*environment:
es
dynomite
redis
*The detail workflow
taskdefs
[
{
"name": "test",
"retryCount": 1,
"timeoutSeconds": 120,
"inputKeys": [
"build_input"
…
-
Hi,
why there is no delete for workflow def? i could see for task but not for workflow in metadata management. if i want to delete the definition from metadata, how can i do so?
Note : using 1.7 v…
-
Hi Team,
am looking for conductor installation admin and kickoff guide. Can someone please assists me on this?
-
Hi, everyone!
Well, I'm using Conductor and testing Tasks input's and output's. My question is related to: There is a way of setting a expiration time on Conductor for data? A common workflow on a …
-
We are trying to use Netflix conductor in our project but did n't find any documentation on deploying dynomite cluster on aws with production HA settings. Can you please provide steps to deploy?
sk523 updated
7 years ago
-
Hi,
I am trying to start conductor with with dynomite.
Dynomite and redis are running on local machine. I have done the below settings.
#### For conductor service
db=dynomite
#Dynomite Clu…