abelanger5

Results 55 issues of abelanger5

## Location - [ ] Frontend - [X] `hatchet-server` - [ ] `hatchet-runner` - [X] `hatchet-runner-worker` - [ ] `hatchet-temporal` ## Motivation For a git-based workflow, changes can occasionally be...

enhancement

See comment here: https://github.com/hatchet-dev/hatchet/pull/310#discussion_r1546161353. Default intervals are typically 4 second interval times with 5 second liveness checks, so query delays >1 second can sometimes cause issues under load.

Error message: ![image](https://github.com/hatchet-dev/hatchet/assets/25448214/75bafcad-1ac5-4e4e-b40e-a192b7db6092) We are directly using `navigator.clipboard` in [`copy-to-clipboard.tsx`](https://github.com/hatchet-dev/hatchet/blob/82cb1c093641f815aad0500a8e4ba824b8aeb5fa/frontend/app/src/components/ui/copy-to-clipboard.tsx#L26), this should be a very easy switch to something like `clipboardjs`.

good first issue

Allow users to set `registerAction` so they can run steps on different workers. This also involves letting users call a step which isn't registered on that workflow/worker, so this involves...

# Requirements - [ ] Create a Helm chart that successfully deploys a simple MariaDB instance onto Porter. Add this Helm chart to the `/addons` folder. - [ ] Add...

# Description Temporary patch while we refactor get group key runs. ## Type of change - [X] Bug fix (non-breaking change which fixes an issue)

Currently the onFailure steps are just executed with a regular context - the context in the on failure step should include the reason for failure and which step it failed...

User request: support use-cases where the workflow run ids aren't known (for example, in a separate long-lived streaming endpoint). In this case we'd like to get all stream events corresponding...

enhancement

# Description Adds infra-as-code support for managed workers. Still a WIP with docs + SDKs to come. ## Type of change - [X] Bug fix (non-breaking change which fixes an...