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 414e5f2 commit 241eae7Copy full SHA for 241eae7
1 file changed
apps/workflows/src/cron/checker.ts
@@ -51,7 +51,7 @@ export const isAuthorizedDomain = (url: string) => {
51
const logger = getLogger("workflow");
52
53
const client = new CloudTasksClient({
54
- fallback: "rest",
+ // fallback: true,
55
projectId: env().GCP_PROJECT_ID,
56
credentials: {
57
client_email: env().GCP_CLIENT_EMAIL,
0 commit comments