Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dayitv89/timex
Batch job scheduler: either time limit or job limit exceed process batch
https://github.com/dayitv89/timex
Last synced: 9 days ago
JSON representation
Batch job scheduler: either time limit or job limit exceed process batch
- Host: GitHub
- URL: https://github.com/dayitv89/timex
- Owner: dayitv89
- Created: 2020-03-18T14:43:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T14:45:07.000Z (almost 5 years ago)
- Last Synced: 2023-03-24T08:42:43.075Z (almost 2 years ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timex
# Run timeout test
\$ `go test ./timeout -count=1 -v -coverprofile /var/tmp/timeout.out`
see the covereage report as
\$ `go tool cover -html=/var/tmp/timeout.out`