logoalt Hacker News

adityamishra241today at 5:13 PM1 replyview on HN

The pulse idea is neat. How do you handle jobs where the expected runtime is longer than the heartbeat interval?


Replies

4815162342today at 6:30 PM

Good question! There's no such thing as a "running" task/job at the moment (i.e., a start signal). The closest thing is lengthening the grace period, but that also means that the notification is delayed, so it's not really a solution. This is in the backlog.