digdag
digdag copied to clipboard
Workload Automation System
If anyone has insights or experience with this issue, your assistance would be greatly appreciated. **Description** task.dig ``` !include : notice/error_notifier.dig +task: td_run>: ``` notice/error_notifier.dig ``` _export: plugin: repositories: -...
Resolve https://github.com/treasure-data/digdag/issues/862
Resoves #1560.
Swagger is broken in [v0.10.5](https://github.com/treasure-data/digdag/releases/tag/v0.10.5) ```sh # digdag server --enable-swagger --memory 2023-02-14 15:46:12 +0100: Digdag v0.10.5 2023-02-14 15:46:16 +0100 [INFO] (main): Reflections took 3225 ms to scan 1 urls, producing...
# Overview I have updated packages in Github Actions. Because There is following message in Actions result page. ```CI workflow Node.js 16 actions are deprecated. Please update the following actions...
I rebased this PR(#1279) from master. Please review.
When you pause/un-pause a workflow the backfill behavior switches to parallel backfill rather than the expected sequential backfill. For example, a workflow with a one minute interval schedule that is...
I'm trying to call a python task with a parameter that contain a list of dictionary values by using `_export` variables. The variables used to define the values in the...
I want override params on `retry` like `start -p KEY=VALUE`. Our task has cache, and normally skip task at retry. But, sometimes cache broken and need force retry this task....
This issue is similar to Issue #1106 For a large Digdag deployment, it's possible that the user has more than 100 schedules. One approach, of course, is to deploy multiple...