Live data from Hacker News

Viewing profile — matt-aitken

matt-aitken

HN member
Joined
Mon, Jun 20, 2022, 10:31 AM UTC
HN karma
10
Public activity
12 items

About matt-aitken

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…

  3. 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…

  4. 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…

  5. 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

  6. comment
    Comment #45251267

    Yep, thanks Mintlify!

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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…