Christian Kniep
Christian Kniep
Ahh.. OK, got it.. sbn = pickle.load(open("/root/ibtool/cache.2012-07-11_09-00","rb")) squeeze out the subnet... I will try to alter it but its might not an easy task. We'll see... Regarding the BGFC: Is...
@squidfunk Any chance you are going to review this again? I just got started with mkdocs and insiders and first time use of Google analytics is scary.
On that one, I am wondering why do you even need to `rsync` the installation onto the persistent storage? Another way of doing that would be to just augment the...
I created a PR to illustrate the point #1548
@vtolstov I am fooling around with DAGs and what I would want is an `GetOrderedChildren(id string) []interface{}`. Is that what you have asked here as well? For that I reckon...
Hey, my goal is not to run the server in a container (even though that is certainly a good thing to do anyways), but instead run the tasks containerized. Like...
I reckon it should be rather simple to create a `ContainerExecution.go` extension. https://github.com/yohamta/dagu/blob/main/internal/executor/command.go I'll try to give it a shot some time. Need to prep for a workshop tho. :)
@yohamta I am on the road attending a workshop, so I was busy and will be back next week. I still super interested in a container executor. If you are...
If you have some boilerplate for me to fill out I can add the container logic.
Cool, some questions. - Do you expect the process to have access to files? Like: A container instance might create a volume for each step and allow those to be...