hatchet
hatchet copied to clipboard
A distributed, fault-tolerant task queue
**Describe the issue** On the Webhook Workers page in the dashboard, there's a link to learn more: It leads to a 404 page **Environment** - Engine: Cloud
I can't launch ``` sh1man@sh1man-ubuntu:~/PycharmProjects/asr/hatchet$ docker compose up -d [+] Running 7/8 ✔ Container hatchet-hatchet-frontend-1 Running 0.0s ✔ Container hatchet-caddy-1 Running 0.0s ✔ Container hatchet-postgres-1 Healthy 3.7s ✔ Container hatchet-migration-1...
# Description Corresponding Python changes to use the new gRPC endpoint - blocked by #1602 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)
# Description Adding a gRPC endpoint to get the output of a workflow run by the workflow run id. The intention here is to be a replacement for the main...
Given a simple task: ```ts export type SimpleInput = { Message: string; }; export const simple = hatchet.task({ name: 'simple', fn: (input: SimpleInput) => { return { TransformedMessage: input.Message.toLowerCase(), };...
**Describe the issue** It's impossible to create a new user, both via signup or by invite a member inside a tenant. The signup says **Verify you email**, but it doesn't...
# Description Simple example to share how to use Hatchet within Nestjs Fixes #1581 ## Type of change - [x] Documentation change (pure documentation change)
# Description Fixes 404 if cron is not found ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)
**Is your feature request related to a problem? Please describe.** usability and onboarding **Describe the solution you'd like** could you export your docs in a txt format that is easily...
**Describe the issue** Deno run does not work with hatchet worker **Environment** deno 2.2.10 (stable, release, x86_64-pc-windows-msvc) v8 13.5.212.10-rusty typescript 5.7.3 **Expected behavior** Hatchet worker should run with `deno run...