brooke-guajardo / blut_aws_tf_minecraft

Fargate Minecraft server with discord bot using lambda and apigw for slash comand management
0 stars 1 forks source link

Need a function to see if server is up as a pre-check for current functions #16

Open brooke-guajardo opened 10 months ago

brooke-guajardo commented 10 months ago

I.e. check if server is on before trying to pull IP

Can implement as a decorator??

  1. Check if ECS has a running task before running get ip function
  2. before running RCON commands check if rcon can connect? it'll connection refused within the first 2 mins of start up image