|
sql
app/jobs/company_emails/send_satisfaction_emails_job.rb:11
|
88%
|
app/jobs/company_emails/send_satisfaction_emails_job.rb:11
- Average Self
-
953ms
- Calls
- 1x
- Total Self
- 953ms
- Total Children
- 0ms
- Total runtime
- 953ms
SELECT "needs".* FROM "needs" INNER JOIN "matches" ON "matches"."need_id" = "needs"."id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "solicitations" ON "solicitations"."id" = "diagnoses"."solicitation_id" WHERE "matches"."status" = ? AND "needs"."satisfaction_email_sent" = ? AND "needs"."created_at" >= ? AND "solicitations"."id" IS NOT NULL GROUP BY "needs"."id" HAVING (MIN(matches.closed_at) BETWEEN ? AND ?)
|
|
code
app/jobs/company_emails/send_satisfaction_emails_job.rb:4
|
11%
|
app/jobs/company_emails/send_satisfaction_emails_job.rb:4
- Average Self
-
124ms
- Calls
- 1x
- Total Self
- 124ms
- Total Children
- 953ms
- Total runtime
- 1,077ms
CompanyEmails::SendSatisfactionEmailsJob#perform
|
|
code
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/active_job/queue_adapters/sidekiq_adapter.rb:13
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/active_job/queue_adapters/sidekiq_adapter.rb:13
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 1,077ms
- Total runtime
- 1,078ms
CompanyEmails::SendSatisfactionEmailsJob#perform
|
|
gc
ruby/gc.c
|
<1%
|
ruby/gc.c
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
GC.start
|
|
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
- 1,077ms
- Total runtime
- 1,077ms
CompanyEmails::SendSatisfactionEmailsJob
|
|
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
- 1,078ms
- Total runtime
- 1,078ms
|