# Schedule blog post doesn't work (for me)

**URL:** https://discourse.roots.io/t/schedule-blog-post-doesnt-work-for-me/4256
**Category:** bedrock
**Created:** 2015-07-15T11:34:53Z
**Posts:** 6

## Post 1 by @baardbaard — 2015-07-15T11:34:53Z

Just wondering if you guys have any problems with blog post scheduling on WordPress sites that are installed with Bedrock. I’ve tried it on two Bedrock WordPress sites and even if I deactivate all my plugins and use a Automattic theme, blogposts still miss their scheduling. While my other sites that don’t have a Bedrock base don’t have this problem.

---

## Post 2 by @swalkinshaw — 2015-07-15T15:46:31Z

> **[roots/bedrock](https://github.com/roots/bedrock/wiki)**
>
> bedrock - WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

---

## Post 3 by @baardbaard — 2015-07-16T09:11:08Z

Thanks, why do you disable it?

---

## Post 4 by @swalkinshaw — 2015-07-16T12:14:34Z

Because cron jobs should be left to cron.

---

## Post 5 by @sewmyheadon — 2015-07-19T07:01:42Z

@baardbaard WordPress internal cron is unreliable as it requires site traffic to fire. A more reliable and timely way to manage scheduled tasks is to disable Internal WP Cron and have the server handle timing.

In short, _cron jobs should be left to cron._

Some of the background in this article may be helpful:  
[http://ben.lobaugh.net/blog/20787/wordpress-how-to-use-wp-cron](http://ben.lobaugh.net/blog/20787/wordpress-how-to-use-wp-cron)

---

## Post 6 by @baardbaard — 2015-07-19T09:45:14Z

Thank you for the more in-depth answer. I appreciate the link.
