intercom / intercom-rails

The easiest way to install Intercom in a Rails app.
https://developers.intercom.io/reference
MIT License
281 stars 108 forks source link

Some action in Muster failing for ASGs with more than 100 hosts #315

Closed sentry-io[bot] closed 4 years ago

sentry-io[bot] commented 4 years ago

Sentry Issue: MUSTER-1F6

Aws::EC2::Errors::InvalidRequest: 104 exceeds the maximum number of instance IDs that can be specificied (100). Please specify fewer than 100 instance IDs.
  app/workers/ssm_run_command_status_check_polling_worker.rb:124:in `instance_statuses'
    Aws::EC2::Client.new(credentials: credentials).describe_instance_status({instance_ids: instance_ids, include_all_instances: true}).instance_statuses
  app/workers/ssm_run_command_status_check_polling_worker.rb:73:in `perform'
    pending_statuses = instance_statuses(pending_ids, credentials)
  app/lib/metrics.rb:6:in `timing'
    $statsd.timing(prefix_name(metric_name), tags: tags, &block)
  app/lib/sidekiq/middleware/server/intercom_datadog_statsd.rb:20:in `call'
    Metrics.timing("muster.jobs.perform", tags: common_tags, &block)
...
(44 additional frame(s) were not displayed)

104 exceeds the maximum number of instance IDs that can be specificied (100). Please specify fewer than 100 instance IDs.
mariokostelac commented 4 years ago

Sorry, wrong repo.