# Help Debug Why Webhook Takes More Time To Trigger (user\_added\_to\_group)

**URL:** https://meta.discourse.org/t/help-debug-why-webhook-takes-more-time-to-trigger-user-added-to-group/404505
**Category:** Support
**Tags:** webhooks
**Created:** [June 4, 2026, 8:55am UTC](https://meta.discourse.org/t/help-debug-why-webhook-takes-more-time-to-trigger-user-added-to-group/404505 "2026-06-04T08:55:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![gassim](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gassim/32/220910_2.png) [@gassim](https://meta.discourse.org/u/gassim)
#### Post date: [June 4, 2026, 8:55am UTC](https://meta.discourse.org/t/help-debug-why-webhook-takes-more-time-to-trigger-user-added-to-group/404505/1 "2026-06-04T08:55:45Z")

</div>

Hi

I setup a simple webhook with one trigger, ‘user added to group’, and it’s activated. Users are being added to the group and even though the webhook is triggered, it’s only after 24minutes from the time that the user was added.

This is the first time it takes this long and it used to be instantaneous. I have many triggers and webhooks setup, could this be a reason? But how do I monitor these? It doesn’t seem like the log on the UX side shows that..

Thanks!

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [June 4, 2026, 9:12am UTC](https://meta.discourse.org/t/help-debug-why-webhook-takes-more-time-to-trigger-user-added-to-group/404505/2 "2026-06-04T09:12:13Z")

</div>

Hey!

Yes, having many webhooks can definitely slow things down, especially if you also have many email notifications queuing up.

Have you checked the sidekiq tool?

```plaintext
https://yourforum.com/sidekiq

```

- **Queues tab** → look at the `low` queue size and latency. You can click through to see what’s in it.
- **Busy tab** → see what jobs are currently running.

---

<div class="post-metadata">

### Author: ![gassim](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gassim/32/220910_2.png) [@gassim](https://meta.discourse.org/u/gassim)
#### Post date: [June 4, 2026, 9:56am UTC](https://meta.discourse.org/t/help-debug-why-webhook-takes-more-time-to-trigger-user-added-to-group/404505/3 "2026-06-04T09:56:06Z")

</div>

Thank you @chapoi! That’s sufficient enough to monitor and understand what’s going on. If it was failing then more detailed logs would’ve been needed but luckily it’s working as expected (except slower than usual). 🙏

Thanks so much! 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [July 4, 2026, 9:56am UTC](https://meta.discourse.org/t/help-debug-why-webhook-takes-more-time-to-trigger-user-added-to-group/404505/4 "2026-07-04T09:56:14Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
