pulse-outdated icon indicating copy to clipboard operation
pulse-outdated copied to clipboard

Use Throttling concern to limit runs to once per day

Open awarrenlove opened this issue 1 year ago • 1 comments

This uses the Pulse built-in Throttling trait rather than hard-coding the time to run the check. This will allow it to run when it is first started without waiting for that hard-coded time period. However, if the data is cleared it still won't run again until the throttle expires, since there is currently no built-in way to manually reset the throttle cache.

It's not quite the problem described in https://github.com/aarondfrancis/pulse-outdated/issues/3 but it's similar.

awarrenlove avatar Sep 05 '24 12:09 awarrenlove

@aarondfrancis could look into this?

m-bosch avatar Apr 19 '25 12:04 m-bosch