summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-08-03 22:26:24 +0800
committerGravatar GitHub <noreply@github.com> 2023-08-03 22:26:24 +0800
commit1f0ee494a5190356d130282f1f51ba2a5e6ea63f (patch)
treeb5a3b9dbaeceab6a3d405d76eeb45ca6836f36eb /.changeset
parent68066290df46545db75dc7de3c4c35a7401872d2 (diff)
downloadastro-1f0ee494a5190356d130282f1f51ba2a5e6ea63f.tar.gz
astro-1f0ee494a5190356d130282f1f51ba2a5e6ea63f.tar.zst
astro-1f0ee494a5190356d130282f1f51ba2a5e6ea63f.zip
Fix failed server restart calling integration hooks twice (#7917)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/metal-chairs-beam.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/metal-chairs-beam.md b/.changeset/metal-chairs-beam.md
new file mode 100644
index 000000000..4b23388f2
--- /dev/null
+++ b/.changeset/metal-chairs-beam.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Prevent integration hooks from re-triggering if the server restarts on config change, but the config fails to load.