vault backup: 2024-11-13 11:29:46
This commit is contained in:
6
Daily Notes/2024/11/2024-11-13 (Wednesday).md
Normal file
6
Daily Notes/2024/11/2024-11-13 (Wednesday).md
Normal 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
|
||||||
6
Tasks.md
6
Tasks.md
@@ -1,9 +1,3 @@
|
|||||||
```tasks
|
```tasks
|
||||||
not done
|
not done
|
||||||
```
|
```
|
||||||
|
|
||||||
# Work
|
|
||||||
```tasks
|
|
||||||
path includes Work
|
|
||||||
not done
|
|
||||||
```
|
|
||||||
3
Work/Finish Skeletor asynification.md
Normal file
3
Work/Finish Skeletor asynification.md
Normal 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.
|
||||||
Reference in New Issue
Block a user