Skip to content

Conversation

@zzstoatzz
Copy link
Collaborator

Summary

  • Fixes incorrect setting path reference in _run_all_services()
  • Changed server.docket_url to server.docket.url

Problem

The docket PR (#19756) introduced a bug where server.docket_url was referenced, but the actual setting path is server.docket.url (nested under ServerDocketSettings).

This causes the background services to crash with:

AttributeError: 'ServerSettings' object has no attribute 'docket_url'

Test plan

  • Verified get_current_settings().server.docket.url returns the expected value

🤖 Generated with Claude Code

The setting was incorrectly referenced as server.docket_url but the actual
path is server.docket.url (nested under ServerDocketSettings).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@zzstoatzz zzstoatzz merged commit 218dc43 into main Dec 15, 2025
55 of 57 checks passed
@zzstoatzz zzstoatzz deleted the fix/docket-url-setting-path branch December 15, 2025 17:37
@codspeed-hq
Copy link

codspeed-hq bot commented Dec 15, 2025

CodSpeed Performance Report

Merging #19791 will not alter performance

Comparing fix/docket-url-setting-path (90566e0) with main (e33a48e)

Summary

✅ 2 untouched

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants