abelanger5

Results 55 issues of abelanger5

If errors occur while queueing a step run, the step run will be stuck in a pending state until timed out. The internal error should cause step-run-finished to be triggered...

Steps can be assigned to workers which have disconnected, which isn't ideal. Stale workers should automatically be removed.

Relative dates are intuitive, but it would be great to support a hoverable component which shows the precise timestamp. Could replace all `relativeDate` calls with a shared component which shows...

# Purpose This PR updates Hatchet to the latest version and moves the tasks into the foreground if Hatchet is enabled, using Hatchet's native thread management instead. # Changes Made...

It should be possible to extend the auth mechanism to include more generic OIDC/OAuth integrations. The config can look something like [Dex OIDC connectors](https://dexidp.io/docs/connectors/oidc/). ```yaml connectors: - type: oidc id:...

enhancement

## Location - [ ] Frontend - [X] `hatchet-server` - [X] `hatchet-runner` - [X] `hatchet-runner-worker` - [X] `hatchet-temporal` ## Motivation Different logging formats are used between the chi logging middleware,...

enhancement

## Location - [X] Frontend - [X] `hatchet-server` - [X] `hatchet-runner` - [ ] `hatchet-runner-worker` - [ ] `hatchet-temporal` ## Motivation It should be possible to explore resources and view...

enhancement

# Description If a monitor previously has a single module specified in it's matched modules array, and that module is deleted, the empty array will result in the monitor running...

bug
good first issue

## Location - [ ] Frontend - [X] `hatchet-server` - [ ] `hatchet-runner` - [X] `hatchet-runner-worker` - [ ] `hatchet-temporal` ## Motivation Drift detection currently alerts on if drift exists,...

enhancement
good first issue