Skip to content

Commit 241eae7

Browse files
task grpc default (#2333)
1 parent 414e5f2 commit 241eae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/workflows/src/cron/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const isAuthorizedDomain = (url: string) => {
5151
const logger = getLogger("workflow");
5252

5353
const client = new CloudTasksClient({
54-
fallback: "rest",
54+
// fallback: true,
5555
projectId: env().GCP_PROJECT_ID,
5656
credentials: {
5757
client_email: env().GCP_CLIENT_EMAIL,

0 commit comments

Comments
 (0)