Skip to content

Commit

Permalink
Added support for domain-polling
Browse files Browse the repository at this point in the history
Updated PollForTask and Ack task to match API spec
Minor code cleanup
  • Loading branch information
djcass44 committed Oct 3, 2020
1 parent d6b5ca9 commit fb60a96
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 411 deletions.
4 changes: 2 additions & 2 deletions client/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ import (
func main() {
c := conductor.NewConductorWorker("http://localhost:8080", 1, 10000)

c.Start("task_1", sample.Task_1_Execution_Function, false)
c.Start("task_2", sample.Task_2_Execution_Function, true)
c.Start("task_1", "", sample.Task_1_Execution_Function, false)
c.Start("task_2", "mydomain", sample.Task_2_Execution_Function, true)
}

```
Expand Down
Loading

0 comments on commit fb60a96

Please sign in to comment.