Skip to content

Commit d75b7ee

Browse files
committed
chore: re-add arweave social workers
1 parent 19690e7 commit d75b7ee

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

modules/ethereum/node.tf

+22-16
Original file line numberDiff line numberDiff line change
@@ -102,23 +102,29 @@ locals {
102102
}
103103
]
104104
internal_worker = [
105-
# {
106-
# id = "arweave-mirror"
107-
# network = "arweave"
108-
# worker = "mirror"
109-
# endpoint = "https://arweave.net"
105+
{
106+
id = "arweave-mirror"
107+
network = "arweave"
108+
worker = "mirror"
109+
endpoint = "https://arweave.net"
110110

111-
# resources = {
112-
# requests = {
113-
# cpu = "500m"
114-
# memory = "512Mi"
115-
# }
116-
# limits = {
117-
# cpu = "1"
118-
# memory = "1Gi"
119-
# }
120-
# }
121-
# },
111+
resources = {
112+
requests = {
113+
cpu = "500m"
114+
memory = "512Mi"
115+
}
116+
limits = {
117+
cpu = "1"
118+
memory = "1Gi"
119+
}
120+
}
121+
},
122+
{
123+
id = "arweave-paragraph"
124+
network = "arweave"
125+
worker = "paragraph"
126+
endpoint = "https://arweave.net"
127+
},
122128
{
123129
id = "crossbell",
124130
worker = "crossbell",

0 commit comments

Comments
 (0)