Effect.retry() works as expected, but I'd like to add some logs to this, such that it logs the amount of retries left as its retrying. I did some poking around and found Schedule.tapOutput() that might be the right solution but I can't seem to get it to work.