You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
It seems that blank lines in a job's output will cause the error "[API Error] Validation failed: Output can't be blank". Minicron hub will log output until the blank line, but stops logging when it reaches the blank line.
To produce, consider then following minicron job: printf 'Hello\nWorld\n'
Minicron hub will show the job's output as:
Hello
World
But, consider this job (with one extra line break): printf 'Hello\n\nWorld\n'
You would expect:
Hello
World
but instead minicron shows
Hello
[API Error] Validation failed: Output can't be blank
The text was updated successfully, but these errors were encountered:
It seems that blank lines in a job's output will cause the error "[API Error] Validation failed: Output can't be blank". Minicron hub will log output until the blank line, but stops logging when it reaches the blank line.
To produce, consider then following minicron job:
printf 'Hello\nWorld\n'
Minicron hub will show the job's output as:
But, consider this job (with one extra line break):
printf 'Hello\n\nWorld\n'
You would expect:
but instead minicron shows
The text was updated successfully, but these errors were encountered: