@@ -23,8 +23,8 @@ Clamp length of password and email address in log in and sign up and reset forms
23
23
---
24
24
25
25
Speed up templates.build
26
-
27
- Try and be more selective about which blog model updates trigger blog.flushCache
26
+ - It seems setView already checks for changes
27
+ - Try and be more selective about which blog model updates trigger blog.flushCache
28
28
- Write now sync updates (e.g. checking /) all trigger blogs to flush cache
29
29
30
30
Move data dir to s3
@@ -49,8 +49,6 @@ Get critique on full openresty config from LLM
49
49
50
50
Create a folder{watch} equivalent so we don't have to run a seperate process for development
51
51
52
- Worried about depending on Bunny – can we work out a plan to move away from them if needed?
53
-
54
52
Containerize the proxy (openresty/nginx)
55
53
- add varnish afterwards to handle the load balancing and caching
56
54
- get rid of openrestycache
@@ -140,10 +138,8 @@ global site search of:
140
138
- questions
141
139
- templates
142
140
143
-
144
141
Investigate bug with link format using filename and [follow up with yct](https://mail.google.com/mail/u/0/#inbox/FMfcgzQZTMLqzhtlSBrtFqNDFDdXPSfk)
145
142
146
-
147
143
Overdue subscription payment form not working
148
144
- Possible bug introduced by recent stripe upgrade
149
145
- Revisit stripe integration and try to update
@@ -182,9 +178,6 @@ Fix issue with server restart:
182
178
- sudo chown ec2-user:ec2-user /var/instance-ssd/logs/app.log
183
179
- mkfs -t xfs -f /dev/XXXXXXXX
184
180
185
- Move docker logs to /var/ssd/logs
186
- - Ensure there is rotation for the docker log
187
-
188
181
Right now changes to documentation CSS do not make it into production:
189
182
- stale servers serve the old CSS
190
183
- purge bunny after deployment complete?
0 commit comments