File tree 1 file changed +3
-25
lines changed 1 file changed +3
-25
lines changed Original file line number Diff line number Diff line change 10
10
"observability" : {
11
11
"enabled" : true
12
12
},
13
- "durable_objects" : {
14
- "bindings" : [
15
- {
16
- "name" : " NEXT_CACHE_DO_QUEUE" ,
17
- "class_name" : " DOQueueHandler"
18
- },
19
- {
20
- "name" : " NEXT_TAG_CACHE_DO_SHARDED" ,
21
- "class_name" : " DOShardedTagCache"
22
- }
23
- ]
24
- },
25
13
"migrations" : [
26
14
{
27
15
"tag" : " v1" ,
52
40
"binding" : " GITBOOK_API" ,
53
41
"service" : " gitbook-x-prod-api-cache"
54
42
}
55
- ],
56
- "durable_objects" : {
57
- "bindings" : [
58
- {
59
- "name" : " NEXT_CACHE_DO_QUEUE" ,
60
- "class_name" : " DOQueueHandler"
61
- },
62
- {
63
- "name" : " NEXT_TAG_CACHE_DO_SHARDED" ,
64
- "class_name" : " DOShardedTagCache"
65
- }
66
- ]
67
- }
43
+ ]
44
+ // No durable objects on preview, as they block the generation of preview URLs
45
+ // and we don't need tags invalidation on preview
68
46
},
69
47
"staging" : {
70
48
"routes" : [
You can’t perform that action at this time.
0 commit comments