Browse Source
fix: address review comments on admin_script seeding
fix: address review comments on admin_script seeding
- Replace TOCTOU race (separate Load+Save) with atomic SaveJobTypeConfigIfNotExists on ConfigStore and Plugin - Replace ineffective polling loop with single GetMaster call using 30s context timeout, since GetMaster respects context cancellation - Add unit tests for SaveJobTypeConfigIfNotExists (in-memory + on-disk) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>pull/8509/head
4 changed files with 146 additions and 18 deletions
-
29weed/admin/dash/admin_server.go
-
47weed/admin/plugin/config_store.go
-
75weed/admin/plugin/config_store_test.go
-
13weed/admin/plugin/plugin.go
Write
Preview
Loading…
Cancel
Save
Reference in new issue