Tony Holdstock-Brown

Results 82 issues of Tony Holdstock-Brown

We have a component requests data. The request fails. We make sure we don't re-request this data in an infinite loop when the status is updated by not rerequesting failed...

This adds an account federation example, running functions to add the user to external systems immediately after signup. To do: - [x] Add Readme - [x] Add intercom step -...

This PR introduces an example scheduled function which sends a weekly summary email to all users.

We currently have a mixture of `match`, `if`, and `expression` fields within a function to define expressions. We should standardize to `if` in a backwards compatible way.

feature

This caches functions for a configurable period, helping with load as events are processed via our stream. This is a dumb cache; we should cache in-memory on the node itself...

feature

When I'm initializing a new function, I need to pick an event that triggers the function. If there are multiple events that could work — and it's unknown which one...

feature
area/cli

When you have an existing function, you need to know the function schema definition in order to add a new step to the function. It would be nice to be...

feature
area/cli

Sometimes people have existing events defined via eg. Typescript, or auto-genned from their GraphQL schemas. It would be great to enable syncing of event schemas to specific versions via the...

feature