Skip to content

Commit

Permalink
fix throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jan 9, 2025
1 parent f6240da commit 098ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/class_active.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ active_class <- R6::R6Class(
self$scheduler$trim(target, self$pipeline)
counter_del_name(self$scheduler$progress$queued, name)
} else if (target_should_run(target, self$meta)) {
self$skipping <- inherits(target, pattern_s3_class)
self$skipping <- inherits(target, "tar_pattern")
self$flush_upload_meta_file(target)
runtime_increment_targets_run(tar_runtime)
target_gc(target)
Expand Down

0 comments on commit 098ebef

Please sign in to comment.