Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
  • Sign in / Register
akinaka
akinaka
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • olindata
  • akinakaakinaka
  • Issues
  • #15

Closed
Open
Opened Apr 04, 2019 by Nazrul Kamaruddin@nazroll
  • Report abuse
  • New issue
Report abuse New issue

Not able to update the auto scaling group during after office hours

This issue was originally reported by Alex, a developer from CIB.

The original issue: Alex was not able to deploy his changes to the test/staging environment. He posted screenshots and links to his problem. I took note of the time that he executed the deployment job. Alex ran the deployment job during the after office hours. That's the period of scale_in schedule that we have set up for them.

I looked at the log of the deploy job, below is a screenshot of it:

Screenshot_2019-04-04_at_09.28.36

The above error indicates that the function, instances_with_asgs, was not able to return a list of instances inside an auto scaling group. Which makes sense because during the scale_in/after office hours period, there is no instances.

Possible solutions:

  1. Make the function instances_with_asgs fallback to another function that returns the active auto scaling group. "Active" is defined as an auto scaling group that is attached to a target group, hence a load balancer.
  2. Make a new function that will skip the step that instances_with_asgs is supposed to do.

Related issues

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
Bug
Assign labels
  • View project labels
Reference: olindata/akinaka#15