Viewing profile — danfarrelly
danfarrelly
HN member- Joined
- Fri, Feb 27, 2015, 1:15 AM UTC
- HN karma
- 76
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About danfarrelly
Recent public activity
-
comment
Comment #44162563
Inngest ( https://www.inngest.com ) | Engineers, Marketing+GTM | Remote (US, San Francisco) | Full-time | $130-245k + equity Inngest is a developer platform that enables developers…
-
comment
Comment #43860036
Inngest ( https://www.inngest.com ) | Engineers, Marketing+GTM | Remote (US, San Francisco) | Full-time | $130-245k + equity Inngest is a developer platform that enables developers…
-
comment
Comment #43428795
You can grab the LLMs-full.txt file here: https://agentkit.inngest.com/llms-full.txt More realtime examples coming soon!
-
comment
Comment #40377784
CTO @ Inngest here. Each event is published with an API key associated with a particular account workspace. We add the workspace id along side the each event in the stream so match…
- story
-
comment
Comment #39093895
How do they handle multi-tenancy for their users? Any post on that?
-
comment
Comment #38465827
We'll also be supporting long-running services as well in the near future which subscribe to updates from Inngest, rather than get invoked via HTTP. Currently, to get beyond the ~5…
-
comment
Comment #38463079
This is pretty much what Inngest is ( https://www.inngest.com/ ). Runs on Deno as well.
- story
- story
-
comment
Comment #37681186
Our team has just started to use this a bit more and I really liked the .insomnia dir in our projects. This is pretty sad as we've seen this path with Postman - I ~~thought~~ hoped…
-
comment
Comment #36716966
Thanks! RedwoodJS is fantastic and we've been fortunate to collaborate with the core team to build in some great support for Inngest :) We also collaborated with their core team on…
-
comment
Comment #36716944
Inngest has built in concurrency controls and rate limiting to prevent systems from being overloaded, allowing the user to have the same controls of a traditional worker, but just …
-
comment
Comment #36699263
Funny enough, we were fortunate to meet Guillermo through our lead, GGV as part of due diligence. GGV had recently led Vercel's recent round so he was part of the process of vettin…
-
comment
Comment #36698241
Yeah - definitely overlapping use cases! I expanded on more detail above: https://news.ycombinator.com/item?id=36698178
-
comment
Comment #36698178
Hey thanks for the comparison - Temporal is a powerful tool. There are definitely similarities with what Inngest is capable of. Here are a few differences to highlight: - We’ve tak…
-
comment
Comment #36697771
Thanks! Fixed :)
-
comment
Comment #36696926
Inngest co-founder here - happy to answer any questions about Inngest or our fundraising!
- story
-
comment
Comment #36625013
I've seen the demo of this and it's pretty slick! It looks super easy to use and it uses Inngest under the hood which is awesome (I'm one of the co-founders of Inngest [ https://ww…
-
comment
Comment #36405462
Good question. This was a hard question for us last year and we chose SSPL for the time being as a early stage startup to offer some protection. AGPL allows anyone to deploy your s…
-
comment
Comment #36404148
Exactly - we have many users that have come over after using Temporal. We designed our SDK to be more lightweight and flexible. We want it to feel more just like writing normal cod…
-
comment
Comment #36403801
This is great - we do capture all logs for each run including any retries, so you can see errors and general successes. All of these other metrics we have internally, but need to e…
-
comment
Comment #36403397
> we had rolled our own monitoring which was itself a PITA to maintain Thanks! What type of monitoring were you looking for? We have some basic metrics now, but know we need to imp…
-
comment
Comment #36403360
This is a great one. I've experienced this myself, especially when you change an event/message and then you need to handle that change in your job/workflow. Things can break pretty…