pulse-outdated
pulse-outdated copied to clipboard
Use Throttling concern to limit runs to once per day
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.
@aarondfrancis could look into this?