Viewing profile — cgenuity
cgenuity
HN member- Joined
- Sat, Apr 28, 2018, 2:27 PM UTC
- HN karma
- 91
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About cgenuity
Recent public activity
-
comment
Comment #47753775
Still a bit rough, but working on https://delaykit.dev . The Node.js ecosystem doesn't seem to have a good primitive for app-level, per-event scheduling (things like "expire this a…
-
comment
Comment #17352186
Seeing the same, thanks. Looks like updown.io is having an issue with TLS. It also lives here if you wanted to take a look: https://updown.io/fj8q
-
comment
Comment #17349979
I understand Posthook may not be the best solution for everyone's scheduled tasks. It seems like for that project you had the expertise, time, and risk tolerance to set up that one…
-
comment
Comment #17348878
Thank you! Pricing is still subject to change as I get more data from the market but the aim was to price it by the value it provides developers over just going off what the server…
-
comment
Comment #17348816
Azure Scheduler seems to be aimed towards recurring tasks. So a scheduled request from Posthook is more actionable than a recurring execution from Azure Scheduler for the use cases…
-
comment
Comment #17348377
Thanks! Happy to provide value, feel free to use the live chat or the support email for any specific questions or requests you might have.
-
comment
Comment #17348353
Thank you! I was surprised something like this didn't exist when I needed it. Feel free to use the live chat or email support for any specific questions you have.
-
comment
Comment #17348125
Agreed, thank you :). Added to the board.
-
comment
Comment #17348105
Thanks sebringj! I agree and the rise of serverless was definitely one of the motivating factors to me building this service. Security is handled through signing the payload that i…
-
comment
Comment #17348052
Thanks! I do heavily use Google Cloud Pub/Sub but it does not support scheduling items so I only schedule items when they are due for processing.
-
comment
Comment #17347854
If the service outage is on Posthook's side, they would be retried. If the outage is on the customer's side, all hooks that were attempted during the outage would be marked as fail…
-
comment
Comment #17347710
It does not support recurring scheduling at the moment. Right now the retry logic is just one retry 5 seconds after the first failure. At which point the hook gets set to a failed …
-
comment
Comment #17347641
Thank you, good luck to you as well! I've found that with scheduling tasks for the future it's important to do a final check before fulfilling the action, whether it's sending an e…
-
comment
Comment #17347572
With a recurring job say every minute, the query triggered by the job to send out event reminders would be something like "get me all the events starting in one hour." With Posthoo…
-
comment
Comment #17346618
Hello all! I built Posthook as a simple solution for web applications to schedule one-off tasks. It lets you schedule a request back to your application for a certain time, with an…
- story