Files
act_runner/pkg/common
3ac2b726f2 Fix bug in processing jobs on platforms without Docker (#1834)
* Log incoming jobs.

Log the full contents of the job protobuf to make debugging jobs easier

* Ensure that the parallel executor always uses at least one thread.

The caller may mis-calculate the number of CPUs as zero, in which case
ensure that at least one thread is spawned.

* Use runtime.NumCPU for CPU counts.

For hosts without docker, GetHostInfo() returns a blank struct which
has zero CPUs and causes downstream trouble.

---------

Co-authored-by: Paul Armstrong <[email protected]>
Co-authored-by: Jason Song <[email protected]>
2023-06-06 03:00:54 +00:00
..
2023-02-16 15:34:51 +00:00
2021-01-11 22:39:43 -08:00
2020-02-24 12:48:12 -08:00
2020-02-24 12:48:12 -08:00