Skip to content

Commit

Permalink
Update README.md (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbajur authored Nov 25, 2024
1 parent 7c5fb5a commit 0050a55
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ InnerPerformance.configure do |config|
end
```

`InnerPerformance` will produce an infinite amount of event records so in order
to clean them up, you should periodically run
`InnerPerformance::CleanupJob.perform_later`.
## Regular Housekeeping
To ensure optimal performance and avoid data bloat, remember to schedule the cleanup job:

```ruby
InnerPerformance::CleanupJob.perform_later
```

# Alternatives

Expand Down

0 comments on commit 0050a55

Please sign in to comment.