Yota Hamada

Results 119 comments of Yota Hamada

Thank you for the great idea. I think it's beneficial to be able to explicitly specify settings for directly called Sub DAGs. If a Sub DAG recursively calls further Sub...

Yes, it is certainly an issue having to write the same settings repeatedly. A custom executor sounds like a good idea. I would also like to explore other possible methods...

Thank you for the wonderful suggestion! I would like to keep it self-contained so that users don't need to install database separately. One possible option would be SQLite. However, I...

@Arvintian That sounds useful, let's explore the way to handle it.

@stuartskelton Yes, currently, the `delaySec` option is available for DAG configuration as below. This could also be added to Step configuration, even for v1, such as `delaySecOnFinish`. ``` delaySec: 1...

@dispensable Sounds nice. Is it possible to see an example OSS with a similar feature? Let's look at it to consider our implementation.

Thanks for making the issue and providing the library information. I suppose Raft would be viable for implementing HA/Cluster mode.

Hi @garunitule 👋 That would be a huge help. Thank you so much! If there's anything you're not sure about, feel free to ask any questions. Here's the link to...

Currently Dagu doesn't have queue system. But we can simulate the same effect by using multiple DAGs. For Task1, which we aim to run every minute, we start by checking...

Btw, would you mind clarify the context where you're running Dagu? :) I'm wondering what makes the memory usage so important on your environment.