Class: Jets::CLI::Maintenance::Worker::Saver
- Defined in:
- lib/jets/cli/maintenance/worker/saver.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #lambda_functions, #state_file
Methods included from Lambda::Functions
Methods inherited from Base
#initialize, #paginate, #paging_params, rescue_api_error
Methods included from Util::Logging
Methods included from AwsServices
#apigateway, #aws_options, #cfn, #codebuild, #dynamodb, #lambda_client, #logs, #s3, #s3_resource, #sns, #sqs, #ssm, #sts, #wafv2
Methods included from AwsServices::StackStatus
Methods included from AwsServices::GlobalMemoist
Methods included from Api
Constructor Details
This class inherits a constructor from Jets::CLI::Maintenance::Worker::Base
Instance Method Details
#save_concurrency_settings ⇒ Object
3 4 5 6 |
# File 'lib/jets/cli/maintenance/worker/saver.rb', line 3 def save_concurrency_settings concurrency_settings = Jets::CLI::Concurrency::Info.new(@options).concurrency_settings save_to_s3(concurrency_settings) end |