https://github.com/gurvindersingh/promec-watcher
A Watcher whose task is to watch a directory and once a change detected, launch a Comet-indexer job in kubernetes using Job API
https://github.com/gurvindersingh/promec-watcher
comet kubernetes proteomics
Last synced: 5 months ago
JSON representation
A Watcher whose task is to watch a directory and once a change detected, launch a Comet-indexer job in kubernetes using Job API
- Host: GitHub
- URL: https://github.com/gurvindersingh/promec-watcher
- Owner: gurvindersingh
- License: mit
- Created: 2017-02-27T17:56:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T19:34:19.000Z (over 9 years ago)
- Last Synced: 2024-06-20T12:37:12.008Z (about 2 years ago)
- Topics: comet, kubernetes, proteomics
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# promec-watcher
A Watcher whose task is to watch a directory and once a change detected, launch a Comet-indexer job in kubernetes using Job API.
It keeps track of running jobs and see if there is any pending pod, then it backs off and wait for it to get started before scheduling new jobs.