go run main.go worker
starts a worker atlocalhost:5555
(rungo run main.go worker --help
for more info)go run main.go manager -w 'localhost:5555'
starts a manager atlocalhost:5554
listening to worker atlocalhost:5555
(rungo run main.go manager --help
for more info)go run main.go run --filename task1.json
starts a task defined intask1.json
on a manager atlocalhost:5554
(rungo run main.go run --help
for more info)go run main.go status -m localhost:5554
lists all tasks manager atlocalhost:5554
has (rungo run main.go status --help
for more info)
-
Notifications
You must be signed in to change notification settings - Fork 0
vasilii314/orchestrator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published