mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #347] [MERGED] feat: implement scaling and resource management features for services #439
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#439
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dflow-sh/dflow/pull/347
Author: @manikanta9176
Created: 7/15/2025
Status: ✅ Merged
Merged: 7/15/2025
Merged by: @manikanta9176
Base:
main← Head:feat/service-scaling-support📝 Commits (1)
1492611feat: implement scaling and resource management features for services📊 Changes
12 files changed (+1577 additions, -0 deletions)
View changed files
📝
.vscode/settings.json(+1 -0)📝
src/actions/service/index.ts(+238 -0)📝
src/actions/service/validator.ts(+42 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.client.tsx(+2 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx(+18 -0)➕
src/components/service/ScalingTab.tsx(+868 -0)📝
src/lib/dokku/index.ts(+18 -0)➕
src/lib/dokku/process/resource.ts(+130 -0)➕
src/lib/dokku/process/scale.ts(+76 -0)📝
src/lib/searchParams.tsx(+1 -0)➕
src/queues/app/resource.ts(+116 -0)➕
src/queues/app/scale.ts(+67 -0)📄 Description
scaleServiceAction,setServiceResourceLimitAction, andsetServiceResourceReserveActionto handle scaling and resource configurations.ScalingTabcomponent for the frontend to manage scaling and resource settings visually.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.