Skip to content

Commit 5c4ae0b

Browse files
committed
debug plugins
1 parent cf47949 commit 5c4ae0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/unit/lib/delayed_job_plugins/delayed_jobs_metrics_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
worker = Delayed::Worker.new
2626
worker.name = 'test_worker'
2727
worker.work_off(1)
28+
# Debug plugins
29+
puts "Plugins: #{Delayed::Worker.plugins.inspect}"
2830

2931
expect(prometheus).to have_received(:update_histogram_metric).with(
3032
:cc_job_pickup_delay_seconds,

0 commit comments

Comments
 (0)