Commit 5dcc3d9
Deploy web app less often to reduce cache invalidation (#2762)
## Motivation for the change, related issues
@adamziel mentioned:
> I’ve heard PHP Playground takes too long time to load every day –
that’s because we use network-first caching strategy. I don’t see an
easy way to switch to local-first caching, but we could invalidate the
cache less frequently.
This seems like a good idea to me. The workflow for updating major and
beta WP versions already triggers a deploy if there are changes. And if
we need a deploy for any other reason, we can start one manually.
## Implementation details
This changes the web app deployment schedule to 1100 UTC on Tuesday.
This way, we avoid creating sudden changes at the beginning of
everyone's week but have plenty of time to address any issues before the
end of the week.
## Testing Instructions (or ideally a Blueprint)
- CI
- After merge, confirm that the web app is deployed as expected on the
following Tuesday and that no other scheduled runs occur.
---------
Co-authored-by: Adam Zieliński <adam@adamziel.com>1 parent a986d64 commit 5dcc3d9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments