File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -603,13 +603,13 @@ function V3ProjectSideMenu({
603
603
to = { v3DeploymentsPath ( organization , project ) }
604
604
data-action = "deployments"
605
605
/>
606
- < SideMenuItem
606
+ { /* <SideMenuItem
607
607
name="Alerts"
608
608
icon={BellAlertIcon}
609
609
iconColor="text-red-500"
610
610
to={v3ProjectAlertsPath(organization, project)}
611
611
data-action="alerts"
612
- />
612
+ /> */ }
613
613
< SideMenuItem
614
614
name = "Project settings"
615
615
icon = "settings"
Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ function getExecutionWorkerQueue() {
590
590
} ,
591
591
shutdownTimeoutInMs : env . GRACEFUL_SHUTDOWN_TIMEOUT ,
592
592
schema : executionWorkerCatalog ,
593
- rateLimiter : executionRateLimiter ,
593
+ // rateLimiter: executionRateLimiter,
594
594
tasks : {
595
595
performRunExecutionV2 : {
596
596
priority : 0 , // smaller number = higher priority
You can’t perform that action at this time.
0 commit comments