https://github.com/ad/gomngr
Part of gocc, is responsible for creating measurements and their lifetime
https://github.com/ad/gomngr
Last synced: about 1 year ago
JSON representation
Part of gocc, is responsible for creating measurements and their lifetime
- Host: GitHub
- URL: https://github.com/ad/gomngr
- Owner: ad
- License: lgpl-3.0
- Created: 2018-07-16T12:06:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T21:44:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T20:11:22.244Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomngr
Part of [gocc](https://github.com/ad/gocc), is responsible for creating measurements and their lifetime
Only for tasks with type "measurement".
# Steps
1. Block task
2. Find the correct number of zonds with the same destination parameter as in main task
3. Create a subtask for each zond (+ set uuid of the main task)
4. Send posts to pubsub with task metadata
5. Wait for a while (timeout/deadline from the main task)
6. Delete / Hide / Mark Unfinished Jobs
7. Make a calculation with data from the completed tasks
8. Write the result to the main task