Yes, I DO check it first thing in the morning- my 'day job' involves mail order, and the first thing I do is check for orders and start getting those prepped. Usually before breakfast.
Now, here's the issue: When I started TWB, I had no idea how to "code" an automatically-updating comic. And really, I still don't have a clue. So a friend of mine whipped up a little program and set it up on his server. I set the updater (his program) and upload the new strip to his server- when it's time to update, his system generates three new pages, and uploads them- as static HTML- to my host along with the new comic image file.
Why three? Because each of the most recent three are different: The "index" page increments the date and strip number, of course, and the next two have different arrangements for the "next" and "previous" buttons. (The second one back says "todays" rather than "next".)
After that, going back through the archives, all the other pages are at that point correctly oriented with their "back" and "next" buttons and dates, and so there's no need to keep refreshing or updating them. (Except when I make changes to the overall page, like adding the banner for the books- at which point it does a site-wide rebuild, which isn't as bad as you might think, since the images are already up, it just uploads new copies of the HTML.)
What's been happening, if you're still with me, is that at some point in the middle of the night right when the comic is doing it's update- that is, a couple of files are being swapped from his server to my server- there's some outage or slowdown or timeout or something. And since the last THREE pages get updated, if something interrupts the upload, we get a situation like today's, where "yesterdays" comic page isn't there at all.
We've tried to adjust the update time, and have spoken with the hosting company, but it's such an erratic thing that nobody can nail down exactly what's going on. One brute-force fix is we're working on giving me an "update now" button, rather than waiting for the updater to cycle on schedule. That way, if I'm doing the strip day-by-day, like I've been doing lately, I can just stab that button as soon as the strip's ready and it'll update immediately.
It's not an ideal fix, though a lot of you might like it because the strip could update hours earlier than usual, but it'd be something.
Doc.