inngest-js icon indicating copy to clipboard operation
inngest-js copied to clipboard

The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript

Results 67 inngest-js issues
Sort by recently updated
recently updated
newest added

The event key here is erroneously checking the event key given to the instantiation instead of the end result of using either this event key or one found in the...

## Summary Refactor handlers to be a strictly-typed, guided process instead of having to extend a class and manually override specific methods. Previously, all serve handlers would have to override...

## Summary Adds some tooling for Deno support, allowing folks to use `"npm:inngest"` imports. Most of the changes here (all of the `deno_compat/` directory) are for integration testing purposes; we...

## SDK changes - [x] Refactor step function tooling to be `async` - [x] Unify `createFunction`, `createScheduledFunction`, and `createStepFunction` under a single `createFunction` method - [ ] Preserve complex client-less...

feature

It would be good to allow users to specify cleanup code for _individual steps_ of a function. An example: ``` tools.run( "Something fragile", () => { // This always fails...

feature

This ensures that incoming events are valid according to the PSK.

We need to return the retry policy on error so that the executor can update and infer the retry policy when scheduling the next attempt. A question: what if there's...

✨ new
📦 inngest

**Is your feature request related to a problem? Please describe.** Requiring a user to add the `/fn/register` should be unnecessary as every Inngest environment should have this same url. https://github.com/inngest/inngest-js/blob/fdea3effd9ef6ed633b2d293ba374ce9235d5a34/src/types.ts#L188-L192...

feature

## Summary When there's a NESTING_STEPS error, debugging it is tricky because the stack traces can't necessarily determine the correct faulty file. ## Checklist ~~- [ ] Added a [docs...

⬆️ improvement
📦 inngest

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

dependencies