Skip to content

Commit 0afdb4c

Browse files
committed
Help out the DB
1 parent af9957c commit 0afdb4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,13 +603,13 @@ function V3ProjectSideMenu({
603603
to={v3DeploymentsPath(organization, project)}
604604
data-action="deployments"
605605
/>
606-
<SideMenuItem
606+
{/* <SideMenuItem
607607
name="Alerts"
608608
icon={BellAlertIcon}
609609
iconColor="text-red-500"
610610
to={v3ProjectAlertsPath(organization, project)}
611611
data-action="alerts"
612-
/>
612+
/> */}
613613
<SideMenuItem
614614
name="Project settings"
615615
icon="settings"

apps/webapp/app/services/worker.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ function getExecutionWorkerQueue() {
590590
},
591591
shutdownTimeoutInMs: env.GRACEFUL_SHUTDOWN_TIMEOUT,
592592
schema: executionWorkerCatalog,
593-
rateLimiter: executionRateLimiter,
593+
// rateLimiter: executionRateLimiter,
594594
tasks: {
595595
performRunExecutionV2: {
596596
priority: 0, // smaller number = higher priority

0 commit comments

Comments
 (0)