mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 00:09:01 +08:00
adjust acuc balance
This commit is contained in:
parent
3786ad7f5d
commit
0c457e6f2f
@ -101,7 +101,7 @@ export async function getACUC(
|
|||||||
: "auth_credit_usage_chunk_test_22_credit_pack_n_extract";
|
: "auth_credit_usage_chunk_test_22_credit_pack_n_extract";
|
||||||
while (retries < maxRetries) {
|
while (retries < maxRetries) {
|
||||||
const client =
|
const client =
|
||||||
Math.random() > 0.5 ? supabase_rr_service : supabase_service;
|
Math.random() > (2/3) ? supabase_rr_service : supabase_service;
|
||||||
({ data, error } = await client.rpc(
|
({ data, error } = await client.rpc(
|
||||||
rpcName,
|
rpcName,
|
||||||
{ input_key: api_key },
|
{ input_key: api_key },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user