knuu
knuu copied to clipboard
Set expiration date in the `timeout-handler` instead of an sleep
update this command: https://github.com/celestiaorg/knuu/blob/2c3edce891086d293686a50a12d042dc41922283/pkg/knuu/knuu.go#L229
to an expiration date
if the handler at some point restarts, the timeout also resets so it is more reliable to have a fixed date/time.
do we still need this one?