We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0205ba commit 94beaacCopy full SHA for 94beaac
lib/error_tracker/plugins/pruner.ex
@@ -41,7 +41,7 @@ defmodule ErrorTracker.Plugins.Pruner do
41
capabilities and have a more granular control over when pruning is run.
42
43
defmodule MyApp.ErrorPruner do
44
- use Oban.Job
+ use Oban.Worker
45
46
def perform(%Job{}) do
47
ErrorTracker.Plugins.Pruner.prune_errors(limit: 10_000, max_age: :timer.minutes(60))
0 commit comments