digdag icon indicating copy to clipboard operation
digdag copied to clipboard

Workload Automation System

Results 105 digdag issues
Sort by recently updated
recently updated
newest added

This PR adds missing server options. I don't add `-H` and `-X` options. Reported by [mattp0123](https://github.com/treasure-data/digdag/issues/1709#issuecomment-1044832740)

document

As titled. It will be more convenient to have this route for editing a single workflow definition.

I got a report from TD internal about broken dependency of `digdag-client`. It may need `javax.servlet-api` as dependency. Need an investigation and fix it if needed. When a user try...

Option 1 : Create a config file that can be referenced in multiple projects within the workspace. Option 2: Read environment details from a query in td>: operator and export...

`WorkflowExecutor.enqueueReadyTasks` runs in follow steps: 1. Take at most `executor.enqueue_fetch_size` number of tasks 2. For each task, 2-1. Lock the task if the task is still ready 2-2. Enqueue the...

In https://github.com/treasure-data/digdag/pull/1698, I leave some type issues (`any` type and `ts-ignore`). We should fix them to make type check more reliable. Though I'm willing to resolve them by myself later,...

In https://github.com/treasure-data/digdag/pull/1698, I leave some lint issues (`eslint-disable`). We should fix them to make code more reliable. Though I'm willing to resolve them by myself later, it is welcome that...

It seems certain workflow definitions cause an error and the workflow cannot be retried. A retried attempt is not created due to the server side error "java.lang.IllegalStateException: Duplicate key". I...

- cron4j is very old library and should be replaced. Candidate is [cron-utils](https://github.com/jmrozanec/cron-utils) - In the replacement, keep the compatibility strictly. - Support other cron dialect like `unix`, `quartz` -...

enhancement
feature_request

* digdag version 0.9.36 Are there any way to kill queued attempts? I want to cancel my backfill command so I want to kill all attempts generated by the backfill...

feature_request