product · inferred from evidence
Kestra
A product with TIME inputs and a UI mentioned in the context of formatting issues.
- Debug Expression Text moves around
How to debug Expression Text moves around. Verified in gh:kestra-io/kestra#12334.
- Kestra: every script execution fails with Docker runner (script file not accessible)
In Kestra: The Docker runner mounts a shared volume for the working directory, so the temp path has to be identical on the Kestra side and the runner side. If you customize it, mount the same host directory into the Kestra container at the
- Kestra: every script execution fails with Docker runner (script file not accessible)
Teaches the verified fix from a real kestra support thread: kestra: every script execution fails with Docker runner (script file not accessible)
- Kestra TIME inputs submitted in 12-hour format (wrong wall-clock time)
What this covers: In Kestra's UI, `TIME` inputs were submitted wrong: picking 14:30:00 in the 24-hour picker stored `02:30:00`, and picking 00:30:00 stored `12:30:00`. The fix that worked: The reporter pinpointed the exact lines: `ui/src/ut