digdag
digdag copied to clipboard
Workload Automation System
Digdag command can start a new session with any session time, like this. ``` digdag start myproj main --session "2016-01-01 00:00:00" ``` But, currently Digdag UI supports only to start...
It seems that `digdag scheduler` can't use secret value. The `server` and `local` modes work fine. * Digdag: 0.9.12 ### File layout ``` . |-- body.txt `-- mail.dig ``` mail.dig...
Some of our workflows require additional parameters. For such workflows, we can not use the `RUN` button on Web UI, currently. It would be nice to pop-up and require some...
From https://github.com/treasure-data/digdag/pull/1048#issuecomment-476484645 With #1048, I introduced `digdag server --disable-scheduler` which does not start any schedules registered. But, it is somewhat misleading because it allows registering schedules dig files with ```...
Currently, digdag supports only top-level workflows with `digdag workflows` or digdag web UI. It means that we have to locate .dig files as follows if we want to make it...
I wish that digdag supports multiple queues. In my company, we setup an AWS autoscaling cluster to run digdag agents as https://techblog.zozo.com/entry/digdag_ha (Japanese) describes. We want to separate and create...
Would be great to allow users to manage ParamServer. Would like: * UI page to list/add/edit/delete param server entries. * Api endpoint to list/add/edit/delete param server entries. * Client subcommand...
Is there a way to increase the number of session entries listed in the main page, the project page and the workflow page? Even better, can pagination be enabled? I...
We used `digdag disable`, and then `digdag enable` after a few days. We noticed that all jobs during being disabled were enqueued accidently. ref. https://qiita.com/shiozaki/items/d7ea6fe358da46bc13b5 (Japanese) To avoid this accident,...
My final purpose is to use secrets in embulk liquid files and in docker containers. If my final purpose can be achieved, another approach is acceptable for me. To use...