-
Hi,
As part of the POC, I've setup Conductor Server, Dynomite and ElasticSearch on a EC2 instance. Another EC2 instance of same configuration hosts only a Conductor Server which points to the Elast…
-
I was thinking of upgrading the elasticsearch version. On the hub.docker.com for elasticsearch (https://hub.docker.com/_/elasticsearch/), it says the images are deprecated and to use the images provi…
cquon updated
7 years ago
-
This is more of a support request than an issue.
I was wondering what is the proper way of compensating task failures.
Let's assume that I have a provisioning flows which involves two steps in …
-
The current Conductor configuration line for Dynomite hosts uses the pattern `workflow.dynomite.cluster.hosts=host1:1234:zone1;host2:1234:zone2 ....`
This is possibly an issue in dynamically scaled…
-
I will extend event queue from kafka, can you give me more information about how to extend EventQueueProvider? Thank you very much!
-
In the startup-script of the Docker deployment (https://github.com/Netflix/conductor/blob/master/docker/server/bin/startup.sh), the Conductor server gets started with this command:
`nohup` java -ja…
-
Has anyone had any experience switching out the default implementations for queuing and persistence? We have a need to eliminate all AWS dependencies and would like to know how involved it is to accom…
-
Hi,
I tried to add event handler using swagger . i was trying to register event handler using POST /event api. but giving me below error.
"code": "INTERNAL_ERROR",
"message": "INTERNAL_ERROR -…
-
I have some follow up questions to https://github.com/Netflix/conductor/issues/23, where I would like you to ask for some more background information.
(1) Is all workflow and task execution informa…
-
Hi Team,
I am trying to register kitchensink workflow and getting following error for HTTP task type. I am using devopsopen/docker-netflix-conductor image. Could you please help with the sa…