Skip to content

Commit 062955f

Browse files
committed
feat: more labels for aperture
1 parent 0c922d8 commit 062955f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

network.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ export async function makeRequestWithRateLimit(method, url, options){
9797
flow = await getApertureClient().startFlow("external-api", {
9898
labels: {
9999
url: url,
100+
priority: 1,
101+
tokens: 1,
102+
workload: 'api.github'
100103
},
101104
grpcCallOptions: {
102105
deadline: Date.now() + 300, // ms

0 commit comments

Comments
 (0)