We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa1193 commit 6bd16e0Copy full SHA for 6bd16e0
patches/config.patch
@@ -25,10 +25,10 @@ index 130f875..28dc76d 100644
25
EXCLUDED_STATUSES: ['maintenance'],
26
});
27
diff --git a/wrangler.toml b/wrangler.toml
28
-index efcbbd5..f44be1f 100644
+index efcbbd5..c479286 100644
29
--- a/wrangler.toml
30
+++ b/wrangler.toml
31
-@@ -1,11 +1,11 @@
+@@ -1,12 +1,15 @@
32
-name = "status-worker"
33
+name = "discord-status-worker"
34
workers_dev = false
@@ -43,3 +43,7 @@ index efcbbd5..f44be1f 100644
43
]
44
45
[triggers]
46
+ crons = ["* * * * *"]
47
++
48
++[observability.logs]
49
++enabled = true
worker/wrangler.toml
@@ -10,3 +10,6 @@ kv_namespaces = [
10
11
12
crons = ["* * * * *"]
13
+
14
+[observability.logs]
15
+enabled = true
0 commit comments