digdag icon indicating copy to clipboard operation
digdag copied to clipboard

[Digdag-UI] A task logs can't display correctly until reload browser.

Open hiroyuki-sato opened this issue 5 years ago • 0 comments

Summary

A task logs can't display correctly until reload browser.

digdag

Reported-by: showyu

Reproduce steps

mkdir /tmp/log
digdag server -m -O /tmp/log
digdag init -t sh hello
cd hello
digdag push hello
  • Open http://localhost:65432/projects/1/workflows/hello
  • Push RUN Button
  • Open http://localhost:65432/sessions/1
  • Push RETRY ALL Button

Environment

  • Digdag: 0.9.37
  • Java: 1.8.0_192
  • macOS: 10.15.4
  • Safari: 12.1.1

hiroyuki-sato avatar Jun 18 '19 09:06 hiroyuki-sato