Skip to content

fix(quickstart): do not use gunicorn for wagtail#8229

Merged
stasadev merged 1 commit into
ddev:mainfrom
stasadev:20260316_stasadev_wagtail
Mar 16, 2026
Merged

fix(quickstart): do not use gunicorn for wagtail#8229
stasadev merged 1 commit into
ddev:mainfrom
stasadev:20260316_stasadev_wagtail

Conversation

@stasadev
Copy link
Copy Markdown
Member

The Issue

Wagtail quickstart is flaky. This fix didn't help:


https://github.com/ddev/ddev/actions/runs/23153267347/job/67260809737

not ok 49 Wagtail quickstart with ddev version v1.25.1-15-g5541feccf
# (from function `assert_output' in file /home/linuxbrew/.linuxbrew/lib/bats-assert/src/assert_output.bash, line 186,
#  in test file docs/tests/wagtail.bats, line 94)
#   `assert_output --partial "server: gunicorn"' failed
# Not trying to remove hostnames from hosts file because DDEV_NONINTERACTIVE=true
#
# -- output does not contain substring --
# substring : server: gunicorn
# output    :
# --
#
#  Container ddev-my-wagtail-site-web Stopping
#  Container ddev-my-wagtail-site-web Stopped
#  Container ddev-my-wagtail-site-web Stopping
#  Container ddev-my-wagtail-site-web Stopped
#  Container ddev-my-wagtail-site-web Removing
#  Container ddev-my-wagtail-site-web Removed
#  Network ddev-my-wagtail-site_default Removing
#  Network ddev-my-wagtail-site_default Removed
# Not trying to remove hostnames from hosts file because DDEV_NONINTERACTIVE=true

How This PR Solves The Issue

Uses https://docs.wagtail.org/en/stable/getting_started/tutorial.html#start-the-server:

-gunicorn mysite.wsgi:application -b 0.0.0.0:8000
+python manage.py runserver 0.0.0.0:8000

Removes changes from:

Manual Testing Instructions

Follow Wagtail quickstart

Automated Testing Overview

Release/Deployment Notes

@stasadev stasadev requested a review from a team as a code owner March 16, 2026 17:59
@stasadev stasadev merged commit e56657c into ddev:main Mar 16, 2026
12 checks passed
@stasadev stasadev deleted the 20260316_stasadev_wagtail branch March 16, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant