-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[review] EventBridge Scheduler のスケジュール登録 #14
Conversation
f8d2c7c
to
f6e4169
Compare
@command = command | ||
end | ||
|
||
def create_run_task(group_name:, cluster_arn:, task_definition_arn:, network_configuration:) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ruby 3.1の記法じゃなかったっけ?3.0とかでもOKだったっけ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここはメソッドのキーワード引数(必須)なので、前から書けるはず。
3.1 からのやつはハッシュリテラルの省略記法ですね。
a = 1
{ a: } # => { a: 1 }
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なるほど!
[review] コンテナスペックの切り替え指定ができるように
[review] run_taskのコンテナスペックを選択制に変更
merge main
[review] config/eventbridge_schedules.ymlでRAILS_ENVごとにスケジュールを調整できるように
No description provided.