API v4 - Getting 504 Gateway Timeout when creating an instance
I am writing an Erlang library for linode API v4. When I try to create an instance i get a 504 Gateway Timeout and the instance ends up being created but the api returns an error and I do not get my linodeId. In this case I have to do a "filter" in the instances by the unique label i just created to check the status.
I was expecting a faster reply from the API call (with the LinodeID) and then it's responsibility of the developer to check for the status of the linode to proceed with any other task.
Any explanation
Cheers
Pedro