[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] base: Annotate output with job information.
From: |
Maxim Cournoyer |
Subject: |
Re: [PATCH v2] base: Annotate output with job information. |
Date: |
Mon, 23 Aug 2021 00:34:35 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
Please do not merge this in its current form (v2); there's a bug where
reading from the input port blocks until it gets EOF, which quite bad
when running long processes as it prevents other jobs from running at
their scheduled time.
I have a v3 in the works with suspendable ports, and it is mostly
working but I'm struggling to iron out one last kink [0]. Help welcome!
I'll post it here as soon as I can debug the last problem, but if you'd
like to have a peek at its current form, see [1].
Thank you,
Maxim
[0] https://lists.gnu.org/archive/html/guile-user/2021-08/msg00028.html
[1] https://notabug.org/apteryx/mcron