Gayan Gunapala

Results 7 comments of Gayan Gunapala

> We also ran into this issue and could find out, that the node draining is aborted after ~ 7-10 minutes. After that, EKS simply force deletes the EC2 instances...

``` rabbitmq-staging [~]# k="/bin/sh -c 'echo "/root" && sleep 0'" rabbitmq-staging [~]# exec ${k} /root: line 1: syntax error: unterminated quoted string ```

It actually works with providing "" for space_id. ``` resource "octopusdeploy_scoped_user_role" "system_admin" { space_id = "" team_id = module.teams["system_admin"].id user_role_id = data.octopusdeploy_user_roles.system_admin.user_roles[0].id } ```

I am also facing the same issue. We can't use step template without defining the content of the step template.

In addition we are using `"experimental" : true` flag. Thanks

Hi, Just to get more understanding. Is the requirement is like below, define, protected long defaultMessageTimeOut = container.getConfiguration().getLongValue(MessageTimeOut.ordinal(), (Long) MessageTimeOut.defValue()); and then use in a method Or, protected static final...

Hi, As per my understanding it requires a change in configuration loading methods/class's. I found a way for jboss configurations to auto load, but jdiameter uses an its own configuration...