Skip to content

Commit

Permalink
chore: add wait_for field to notification summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Oct 15, 2024
1 parent cc304fd commit 8b0f0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/015_job_history.sql
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ SELECT
notifications.created_by,
notifications.source,
notifications.repeat_interval,
notifications.wait_for,
COUNT (event_queue.id) AS pending,
notification_send_summary.avg_duration_ms,
COALESCE(notification_send_summary.failed, 0) AS failed,
Expand Down

0 comments on commit 8b0f0ae

Please sign in to comment.