# Sidekiq 被暂停了，如何排查原因？

**URL:** <https://meta.discourse.org/t/sidekiq-is-being-paused-how-can-i-discover-why/97340>\
**Category:** Support\
**Created:** [2018年九月17日 10:18 UTC](https://meta.discourse.org/t/sidekiq-is-being-paused-how-can-i-discover-why/97340 "2018-09-17T10:18:09Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)\
**Post date:** [2018年九月17日 10:20 UTC](https://meta.discourse.org/t/sidekiq-is-being-paused-how-can-i-discover-why/97340/2 "2018-09-17T10:20:33Z")

</div>

This happened to me recently and was driving me nuts!

It also cost me several new user sign-ups … 😠

Spot where I fixed it! 😌

 ![image](https://global.discourse-cdn.com/meta/original/3X/2/3/23a3390243e85202a2717932cfcaab4400f8cbc1.png)

[Use the rails console to unpause sidekiq.](https://meta.discourse.org/t/sidekiq-kicking-it/52390) (This is only a temporary fix though)

Check your logs, it’s likely that you have an error. I was seeing Access Denied like messages. Check your S3 backup process if you have one. For some reason there must have been an update to it at some point that required additional permissions on Amazon S3. [A broader policy on AWS S3 fixed it for me.](https://meta.discourse.org/t/s3-backup-suspect-access-issue/97134)

YMMV

---

_[View the full topic](https://meta.discourse.org/t/sidekiq-is-being-paused-how-can-i-discover-why/97340)._
