Skip to content
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

Fix EC2 instance lifecycle #1624

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 15, 2021

  1. Fix EC2 instance lifecycle

    This commit ensures that EC2 instances are correctly set to offline before being shutdown.
    I notice multiples bugs on this logic :
    - EC2 instances flagged as offline was receiving tests (fix in getwork.php)
    - Offline EC2 instances was not correctly reset to online when the server requires more machines (fix in ec2.inc.php on GetTesters call
    - The server was terminated EC2 instances that was not offline.
    - ping.php was wrongly resetting the « last work » timestamp and was blocking EC2 shutdown.
    abarre committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d4770cb View commit details
    Browse the repository at this point in the history