thibmart1

Results 11 comments of thibmart1

Hi I have the very same issue on raspbian too : ``` + [[ init == init ]] + gpg --generate-key --batch /protonmail/gpgparams gpg: Generating a basic OpenPGP key gpg:...

Same here. Would love to be able to build a prehistory timeline which goes from -3Ma to -3000 and it seems it is not possible at the moment...

Here are the different results of the first and second step for webui/scheduler/cli cases after replacing `DIR_DOCKER: ${DIR_DOCKER}` by `DIR_DOCKER: ${DAG_DIR_DOCKER}` and set the `DAG_DIR_DOCKER` variable in the .profile of...

@ghansham I did what you asked and this time it worked both with webui and scheduler! I'm not familiar with systemd services mysteries but it seems that the env is...

Is the fact that dagu is running via node a problem of sort? Does the 'direct' run offer more reliability?

Awesome @ghansham, it works like a charm! I second the update of the doc on this one (and maybe a word or two about the environment variable filtering feature being...

Hi again folks @ghansham @yottahmd Since version 1.23.0 there is another related issue that arise on my end. Declared env variables in dag definition are well-resolved at runtime (both in...

Hi @ghansham Here is a dag sample: ``` description: "Various tests on dagu" tags: [test] schedule: "0 0 * * *" env: DIR_APP: ${DIR_APP} steps: - name: test app directory...

Hi @ghansham , any news on this issue?

@ghansham I checked on the 1.26.7 version and it still doesn't work for me Added some check commands on the subdag: ``` - command: id # to ensure its the...