Felix Bünemann
Felix Bünemann
The current list of EFS regions is: * us-east-1 * us-east-2 * us-west-2 * eu-west-1 * eu-central-1 (yay, finally!) * ap-southeast-2
Another important environment variable would be `AWS_PROFILE`, I haven't tested if that already works.
Looks like this is a bug in the current praxis release, because it should default to 1 process if scale if omitted. Quoting the docs (emphasis mine): > **scale** >...
The following should work: ``` ruby sha256 "9c3be8253c38357353c700903e8f77c71fad8f9bdcc3b843026d6cda23a858ae" ```
Yeah, this would be great, something like `geoipupdate -e && nginx -s reload`. It should be an explicit option like `-e --exit` to not break existing scripts.
If this gets changed the docs for [Declaring Process Types](https://github.com/deis/workflow/blob/master/src/applications/managing-app-processes.md#declaring-process-types) need to be updated.
@julik Thank you, I've released v3.0.0 with your changes and added you as a collaborator.
* What happens if the underlying database does not support recursive queries (eg. MySQL < 8)? * The code uses raw sql without proper quoting * Is it really necessary...
Also check if `BUN_INSTALL` environment variable is set and if yes unset it and retry.
Thanks for the update, I think I'm running into the same issue. The log shows that he post ist retrieved with status 200 OK, but the CSS selector doesn't match....