Viewing profile — matt-aitken
matt-aitken
HN member- Joined
- Mon, Jun 20, 2022, 10:31 AM UTC
- HN karma
- 10
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About matt-aitken
No profile information was provided.
Recent public activity
-
comment
Comment #45491927
You can be remote as long as your timezone is between UTC -2 and UTC +8. That covers most of Europe, Africa, and all of North and South America.
-
comment
Comment #45252320
Inngest is very similar to Trigger.dev version 2: it’s an API for queuing and orchestrating workflows. You need to divide your work into steps, where each step needs to have serial…
-
comment
Comment #45252237
Yep you do need to be careful with uncaught errors. When you setup your project you choose the default number of retries and back-off settings. Generally people don't go as high as…
-
comment
Comment #45252107
The core is a durable execution engine, but there's a lot more needed to build good applications. Like being able to get realtime progress to users, or being able to use system pac…
-
comment
Comment #45252021
We support this but you do need to pass a public access token to your frontend so it's secure: https://trigger.dev/docs/realtime/react-hooks/triggering
-
comment
Comment #45251267
Yep, thanks Mintlify!
-
comment
Comment #37754060
Thanks! Do you want the ability to call a Job from inside another Job and wait for the result? We have a discussion about that here, would love to get your input: https://github.co…
-
comment
Comment #37754011
That's really interesting. What associations do you have with "Background Jobs framework"? Quite a lot of our customers are using us instead of Temporal. Not for linking stuff toge…
-
comment
Comment #37753517
Inngest is also an easier to use version of Temporal, for serverless. Currently the major differences are: - Open source: we're fully open source and self-hostable with Apache 2 li…
-
comment
Comment #37752971
Part of the inspiration for this was Firebase functions. We used them extensively on a previous project with their Firestore triggers. There's a lot to like about them but it was a…
-
comment
Comment #37752953
Great, you can subscribe to updates on our discussion here: https://github.com/triggerdotdev/trigger.dev/discussions/400 We'll be updating it as we make progress and open it up for…
-
comment
Comment #37752911
Our focus is on writing jobs in your existing codebase. That means you use your existing development workflow (code editor, version control, etc) and can access your database and e…