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 4b5a70f commit 414e5f2Copy full SHA for 414e5f2
2 files 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: true,
+ fallback: "rest",
55
projectId: env().GCP_PROJECT_ID,
56
credentials: {
57
client_email: env().GCP_CLIENT_EMAIL,
apps/workflows/src/index.ts
@@ -100,7 +100,7 @@ await configure({
100
loggers: [
101
{
102
category: "workflow",
103
- lowestLevel: "debug",
+ lowestLevel: "warning",
104
sinks: ["console"],
105
},
106
0 commit comments