Skip to content

Commit

Permalink
Merge pull request #62 from SonicGarden/fix-eb-storage-size-gb
Browse files Browse the repository at this point in the history
[review] EventBridge Scheduler に指定する DEFAULT_STORAGE_SIZE_GB の修正
  • Loading branch information
morikiyo authored Oct 26, 2024
2 parents 58dc718 + 9d427d3 commit c6d37e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sg_fargate_rails (0.2.1)
sg_fargate_rails (0.2.2)
aws-sdk-ec2 (~> 1.413)
aws-sdk-scheduler (~> 1.10)
lograge (~> 0.12)
Expand Down
2 changes: 1 addition & 1 deletion lib/sg_fargate_rails/event_bridge_schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class EventBridgeSchedule
'2xlarge' => { cpu: '8192', memory: '16384' },
}.freeze

DEFAULT_STORAGE_SIZE_GB = 20
DEFAULT_STORAGE_SIZE_GB = 21

attr_reader :name

Expand Down
2 changes: 1 addition & 1 deletion lib/sg_fargate_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SgFargateRails
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit c6d37e3

Please sign in to comment.