vault backup: 2024-11-13 11:29:46

This commit is contained in:
2024-11-13 11:29:46 -06:00
parent 7e7d1deb45
commit 780b4ee9bd
3 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
- [ ] [[Finish Skeletor asynification]] #task
- [ ] Search for specific causes of bad site performance on 11/1 FBOTM day [https://faithlife.slack.com/archives/C03R1MQSR51/p1730821466045049?thread_ts=1730477236.809519&cid=C03R1MQSR51](https://faithlife.slack.com/archives/C03R1MQSR51/p1730821466045049?thread_ts=1730477236.809519&cid=C03R1MQSR51) #task
- [ ] Write up post-mortem doc for Nov 1 #task
# Summary

View File

@@ -1,9 +1,3 @@
```tasks ```tasks
not done not done
``` ```
# Work
```tasks
path includes Work
not done
```

View File

@@ -0,0 +1,3 @@
Review all uses of `Url` and `HttpContext` to make sure they are not used after we do `ConfigureAwait(false)` (like in private controller methods).
Review all `HttpContext.Current` usage to replace with passed-in `HttpContextBase` parameters.