Yota Hamada
Yota Hamada
I see, thanks for your clarification.
Thank you very much for checking it. Let's continue investigation.
Thanks for the info! I think we can add code to trigger garbage collection after each DAG completes. Additionally, let's implement some APIs and logging to track the running goroutines,...
Thanks, we would like to fix this issue. I think it's a bit complicated when you specify a cron expression when your local timezone is different from the server's one....
Hi @halalala222, it sounds like an useful feature. Would you mind asking how do you want to use the log data sent to the HTTP server? I'd like to research...
Hi @helmut72 @halalala222, thank you very much for the additional inputs. Very helpful. Regarding log format, it's already implemented except for environment variable and documentation. https://github.com/daguflow/dagu/blob/5422d0bc62aa281bb0d56797076446de8cff3b8b/internal/config/config.go#L56 I believe that Dagu...
Web sockets sounds an ideal solution to me. Btw, would you mind if I ask a bit context why there're so many DAGs on your setup?
I see, thanks for your clarification. As a quick solution, we can just cache the latest DAG status on the server, and then when there's any change, we can update...
Let’s see… I think we can implement a cache inside the rest server to store the latest status data for each DAG and add a small bit of logic in...
Cache mechanism is now implemented in v1.13.0. Please give it a try.