Yota Hamada

Results 119 comments of Yota Hamada

Thanks a lot! Will try to pprof using these examples.

Sorry, not yet because of my bandwidth, but I have removed some unnecessary heap allocations to fix other problems. So it might solve the problem to some extent.

Thanks for the great suggestion. I think this feature would be really valuable. Let's implement this. To avoid naming conflict, we could use a prefix `DAGU_*` or something similar.

Many thanks for reporting the issue. Here is the docker command to build the image. https://github.com/dagu-dev/dagu/blob/ae363d143c44bb7b350a8c84c89c7ecf33662891/Makefile#L10 And dockerfile. https://github.com/dagu-dev/dagu/blob/ae363d143c44bb7b350a8c84c89c7ecf33662891/Dockerfile#L1-L37 Any suggestion or comments to solve the issue would be greatly...

@Forum1877621 Sorry for the late response. I've just published the latest docker image. Can you please check if this is fixed, when you have a chance? https://hub.docker.com/r/yohamta/dagu image: yohamta/dagu@latest

Thanks @Forum1877621, would you mind if I ask which platform do you use for running the container? This is the docker command to build the image currently I use. https://github.com/dagu-dev/dagu/blob/cc1b134569852c55bcb0771ac4f2cf869b988006/Makefile#L10

Thanks for checking manual build. I think we can fix the Dockerfile to build binary instead of using binaries on GitHub release page.

Thanks for the comment. I greatly appreciate if anyone could help us fix this 🙂

I have just fixed the issue. Sorry for taking a long time.

I have added a fix only for the Dockerfile and rebuilt the image. Can you please try the latest image and see if it’s fixed?