|
sql
app/jobs/archive_expired_matches_job.rb:8
|
89%
|
app/jobs/archive_expired_matches_job.rb:8
- Average Self
-
82ms
- Calls
- 1x
- Total Self
- 82ms
- Total Children
- 0ms
- Total runtime
- 82ms
UPDATE "matches" SET "archived_at" = ? WHERE "matches"."archived_at" IS NULL AND "matches"."status" = ? AND "matches"."sent_at" <= ? AND "matches"."created_at" <= ?
|
|
code
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/active_job/queue_adapters/sidekiq_adapter.rb:13
|
6%
|
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/active_job/queue_adapters/sidekiq_adapter.rb:13
- Average Self
-
6ms
- Calls
- 1x
- Total Self
- 6ms
- Total Children
- 86ms
- Total runtime
- 92ms
ArchiveExpiredMatchesJob#perform
|
|
code
app/jobs/archive_expired_matches_job.rb:4
|
4%
|
app/jobs/archive_expired_matches_job.rb:4
- Average Self
-
4ms
- Calls
- 1x
- Total Self
- 4ms
- Total Children
- 82ms
- Total runtime
- 86ms
ArchiveExpiredMatchesJob#perform
|
|
code
vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/callbacks.rb:130
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/callbacks.rb:130
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 86ms
- Total runtime
- 86ms
ArchiveExpiredMatchesJob
|
|
code
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/sidekiq/middleware/chain.rb:182
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/sidekiq/middleware/chain.rb:182
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 92ms
- Total runtime
- 92ms
|
|
gc
ruby/gc.c
|
<1%
|
ruby/gc.c
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
GC.start
|