Skip to content

Commit 8c9d779

Browse files
workflow: move to http
1 parent 4b5a70f commit 8c9d779

2 files changed

Lines changed: 2 additions & 2 deletions

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: true,
54+
fallback: "rest",
5555
projectId: env().GCP_PROJECT_ID,
5656
credentials: {
5757
client_email: env().GCP_CLIENT_EMAIL,

apps/workflows/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ await configure({
100100
loggers: [
101101
{
102102
category: "workflow",
103-
lowestLevel: "debug",
103+
lowestLevel: "warning",
104104
sinks: ["console"],
105105
},
106106
{

0 commit comments

Comments
 (0)