containerd / containerd/go-runc
Support for msec time interval in Events
Open
- Dominant language
- Go
- Stars
- 176
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 6
Description
`runc events` supports time intervals for msec. Example
```
# runc events --interval 0.5s
```
The below line converts millisecond time.Duration API call to `int`, making the interval 0. Thus nil Events channel
https://github.com/containerd/go-runc/blob/9007c2405372fe28918845901a3276c0915689a1/runc.go#L352
Is there any specific reason?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.