dagu
dagu copied to clipboard
Yet another cron alternative with a Web UI, but with much more capabilities. It aims to solve greater problems.
Maybe I'm just missing something in the documentation, but my use case is that I want there to be a check in my DAG for a specific condition and if...
This will allow users to receive real-time updates on the status of their DAGs directly in their preferred Slack channels. Here is the suggested configuration for enabling Slack notification within...
Implement a template-based YAML parsing system using Go's template package to enhance flexibility. Example DAG Definition: ```yaml description: This is an example DAG schedule: "0 0 * * *" env:...
This feature would allow users to specify a list of values and then execute a command on each of those values. The `forEach` key would be added to the YAML...
Currently, in order to run code in a loop and do parallel processing, a shell script is required. However, this happens all in the same step and can make the...
Log support for console apps that use \r to update line (e.g.: progress bars) Some console apps use \r to move the cursor to the beginning of the current line...
As a developer, I want to secure my Dagu instance by adding OAuth/OpenID based authentication. This will allow users to authenticate using a trusted third-party provider, simplifying user management and...
Encountering configuration issues while attempting to use environment variables for configuration. Authentication is not functioning as expected with this approach. Although using admin YAML resolves the issue, but unable to...
Hello! Just wanted to let you know that the downloader script uses the wrong architecture suffix: ``` root@FriendlyWrt /s/srv [1]# curl -L https://raw.githubusercontent.com/yohamta/dagu/main/scripts/downloader.sh | bash % Total % Received %...