# Site goes down at the same time every day in memory-constrained environment

**URL:** https://meta.discourse.org/t/site-goes-down-at-the-same-time-every-day-in-memory-constrained-environment/76358
**Category:** Support
**Created:** [2017年十二月18日 22:57 UTC](https://meta.discourse.org/t/site-goes-down-at-the-same-time-every-day-in-memory-constrained-environment/76358 "2017-12-18T22:57:22Z")
**Posts on this page:** 1
**Showing post:** 18

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [2017年十二月19日 08:57 UTC](https://meta.discourse.org/t/site-goes-down-at-the-same-time-every-day-in-memory-constrained-environment/76358/18 "2017-12-19T08:57:22Z")

</div>

Check your `/sidekiq` and see if anything is running at that time.

What also might help is to start psql to take a look at what is going on in your database at that time.

`SELECT pid, age(query_start, clock_timestamp()), usename, query FROM pg_stat_activity;`

---

_[View the full topic](https://meta.discourse.org/t/site-goes-down-at-the-same-time-every-day-in-memory-constrained-environment/76358)._
