# Auto-update issue - "Ensure sidekiq is running."

**URL:** https://meta.discourse.org/t/auto-update-issue-ensure-sidekiq-is-running/36263
**Category:** Support
**Created:** [December 3, 2015, 1:31am UTC](https://meta.discourse.org/t/auto-update-issue-ensure-sidekiq-is-running/36263 "2015-12-03T01:31:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![scottpruett](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/scottpruett/32/115948_2.png) [@scottpruett](https://meta.discourse.org/u/scottpruett)
#### Post date: [December 3, 2015, 1:31am UTC](https://meta.discourse.org/t/auto-update-issue-ensure-sidekiq-is-running/36263/1 "2015-12-03T01:31:08Z")

</div>

My entire site was down, no idea why. I rebooted the server (on DO), everything seemed to kick back into gear, but I just logged into the Discourse dashboard and am getting this error:

```
A check for updates has not been performed lately. Ensure sidekiq is running.

```

Everything else seems fine. Running v1.5.0beta6+66.

I did a little digging, but didn’t find a solution. I tried a [rebuild per this post](https://meta.discourse.org/t/a-check-for-updates-has-not-been-performed-lately/19268/4), no dice.

Is there an easy fix?

Thanks…

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [December 3, 2015, 11:51am UTC](https://meta.discourse.org/t/auto-update-issue-ensure-sidekiq-is-running/36263/2 "2015-12-03T11:51:52Z")

</div>

The job `Jobs::VersionCheck` runs daily – so simply waiting might solve your issue.

Alternatively, you can start the job manually from `/sidekiq/scheduler`.

---

<div class="post-metadata">

### Author: ![scottpruett](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/scottpruett/32/115948_2.png) [@scottpruett](https://meta.discourse.org/u/scottpruett)
#### Post date: [December 3, 2015, 3:21pm UTC](https://meta.discourse.org/t/auto-update-issue-ensure-sidekiq-is-running/36263/3 "2015-12-03T15:21:24Z")

</div>

Yup. Waiting was the solution. I just checked it & all is well.

Thanks Felix.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [December 3, 2015, 3:21pm UTC](https://meta.discourse.org/t/auto-update-issue-ensure-sidekiq-is-running/36263/4 "2015-12-03T15:21:36Z")

</div>


