mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 13:19:44 -06:00
* print error log temporarily * casing * only for create-monitoring-event * rate limit iterator * add a debugger * remove rate limiter * improve otel on trigger * cache probability stuff * track misses * move down one ln * default * Fix: Pass tx down into payload retrieve (#2483) * [Python] Feat: Dataclass Support (#2476) * fix: prevent lifespan error from hanging worker * fix: handle cleanup * feat: dataclass outputs * feat: dataclasses * feat: incremental dataclass work * feat: dataclass tests * fix: lint * fix: register wf * fix: ugh * chore: changelog * fix: validation issue * fix: none check * fix: lint * fix: error type * chore: regenerate examples (#2477) Co-authored-by: GitHub Action <action@github.com> * feat: add health and metrics api on typescript sdk worker (#2457) * feat: add health and metrics api on typescript sdk worker add: prom-client to fetch metrics data add: track health status of worker across different states * refactor: keep prom-client as optional dependency * refactor: remove async import of prom-client * chore: update package version for ts sdk * fix: lint * fix: lint, const enum --------- Co-authored-by: mrkaye97 <mrkaye97@gmail.com> * Update frontend onboarding steps (#2478) * Update frontend onboarding steps * Update sidebar as well * Fix Go SDK cron inputs (#2481) * cron input in Go SDK * add example * fix: pass tx down to retrieve * fix: attempt 2, another pool use * fix: spans and debugging for task statuses * attempted hotfix on olap statuses * process tenants in parallel in prom worker --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Jishnu <jishnun789@gmail.com> Co-authored-by: Sid Premkumar <sid.premkumar@gmail.com> Co-authored-by: Mohammed Nafees <hello@mnafees.me> Co-authored-by: Alexander Belanger <alexander@hatchet.run> * move debugger package, clean up init * remove probability factor logic * remove debug * fix: debugger instantiation --------- Co-authored-by: Alexander Belanger <alexander@hatchet.run> Co-authored-by: gabriel ruttner <gabriel.ruttner@gmail.com> Co-authored-by: mrkaye97 <mrkaye97@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Jishnu <jishnun789@gmail.com> Co-authored-by: Sid Premkumar <sid.premkumar@gmail.com>