Skip to content

Commit

Permalink
feat: CONTAINER_TYPESにxlargeを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
interu committed Mar 15, 2024
1 parent 9c18d19 commit d7314f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sg_fargate_rails/event_bridge_schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class EventBridgeSchedule
'small' => { cpu: '512', memory: '1024', },
'medium' => { cpu: '1024', memory: '2048', },
'large' => { cpu: '2048', memory: '4096', },
'xlarge' => { cpu: '4096', memory: '8192', },
}.freeze

attr_reader :name
Expand Down

0 comments on commit d7314f6

Please sign in to comment.