trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
## Problem ```js { "Key 0.002mm": 31.4, } ``` In our dashboard this appears as: ```js { "Key 0": { "002mm": 31.4 } } ``` We flatten them to store...
Currently it's only really possible to consume Realtime on the server using @trigger.dev/sdk, or in the browser using @trigger.dev/react-hooks. You can't use the @trigger.dev/sdk realtime functions inside a browser because...
Hey, revisiting this now that the ecosystem has improved a bunch - the bug in Remix that was breaking navigation as server deps were discovered, which required rewriting trigger core...
### Provide environment information System: OS: Linux 5.15 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish) CPU: (32) x64 AMD Ryzen 9 7950X 16-Core Processor Memory: 84.82 GB / 93.87 GB...
### Is your feature request related to a problem? Please describe. I want to show a loading state in the UI while useRealtimeRuns loads the _initial_ runs. Currently, while loading,...
https://x.com/madarco/status/1859604916966182918
### Is your feature request related to a problem? Please describe. In a data processing pipeline which uses a lot of grouping operations introduced in node v21 the code fails...
### Describe the bug Minor bug on the billing period message that displays an invalid period range: Should be from Oct1 to Oct 31 (or Nov 1) but not Nov...
Currently we can support private registry NPM packages that are bundled, but we cannot support any that are external (and thus installed with `npm i` during the image build phase)....
The API version we locked to is now deprecated. Support was removed from the latest docker release. Not passing a version to dockerode means that docker-modem will make versionless requests...