Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Textpattern demo sites - status updates, issues, downtime, et cetera
Offline
Re: Textpattern demo sites - status updates, issues, downtime, et cetera
I’m guessing you’re joking but please no shorter. Sometimes you want to try something out on the demo and not have it all disappear before you’re done, or can show someone.
TXP Builders – finely-crafted code, design and txp
Offline
Re: Textpattern demo sites - status updates, issues, downtime, et cetera
jakob wrote #338814:
I’m guessing you’re joking but please no shorter. Sometimes you want to try something out on the demo and not have it all disappear before you’re done, or can show someone.
I am definitely joking. It’s hourly-on-the-hour for dev-demo
and three-hourly-on-the-hour for release-demo
and beta-demo
.
(PS: I only just now saw your message, wasn’t ignoring you!)
Offline
Re: Textpattern demo sites - status updates, issues, downtime, et cetera
Wow, what happens on php-next-demo.textpattern.co/dev/textpattern/? I have patched a php 8.5 non-canonical (double)
warning, and the change was instantaneous, even before GH validation..
It was ~13:30, if that matters.
Offline
Re: Textpattern demo sites - status updates, issues, downtime, et cetera
etc wrote #340484:
Wow, what happens on php-next-demo.textpattern.co/dev/textpattern/? I have patched a php 8.5
non-canonical (double)
warning, and the change was instantaneous, even before GH validation..
There are some shell scripts that run in cron as part of each site rebuild, and in the case of the php-next-demo
instance they are:
58 * * * * bash /var/www/servers/textpattern.co/php-next-demo/staging/php-next-demo_preflight.sh
0 * * * * bash /var/www/servers/textpattern.co/php-next-demo/staging/php-next-demo_build.sh
Two minutes before the hour the latest dev
code is pulled, and the auto installer runs on the hour. Since this isn’t yet Bash Script Bodgers Anonymous®, I’ll spare you the script specifics – suffice to say it’s a straightforward pull, prep, install, clean up, and batten down some hatches so the drive-by kiddies can’t pop the lid so easily.
It was ~13:30, if that matters.
Nothing around the half-hour mark at all for php-next-demo
. if it’s even superseding the GitHub dance, then I’m baffled since the prep & rebuild processes are pulling from GitHub-available code. Very strange.
Offline
Re: Textpattern demo sites - status updates, issues, downtime, et cetera
Yep, it must be something else, sorry. Like thumbnail creation, that happens only once.
BTW, since we want txp 4.9 to run on php 8.5, shouldn’t we switch dev-demo
to php 8.5 beta? More testers, potentially..
Offline
Re: Textpattern demo sites - status updates, issues, downtime, et cetera
etc wrote #340492:
BTW, since we want txp 4.9 to run on php 8.5, shouldn’t we switch
dev-demo
to php 8.5 beta? More testers, potentially..
Done.
Offline