appengine-ruby icon indicating copy to clipboard operation
appengine-ruby copied to clipboard

Optional integration library for the Ruby runtime for Google App Engine

Results 13 appengine-ruby issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

We recently upgraded from 0.6.0 to 0.7.0, and we're now encountering an error when running the following: ``` bundle exec rake appengine:exec GAE_PROJECT=my_project_name GAE_SERVICE=default GAE_TIMEOUT=60m -- echo foo ``` When...

Hi, Sorry in advance if it isn't the right place to ask. I was wondering if it was possible to automatically run migrations on every deploy ? Currently I must...

### Problem Executing `bundle exec rake appengine:exec GAE_CONFIG=xxxx GAE_TIMEOUT=xx -- bundle exec bin/rails db:migrate` on Gitlab CI/CD, some times throws an error related with JSON parser. After rerunning the job,...

Currently there is no way to execute remote tasks when the identity aware proxy is on. The task will simply fail when trying to poll the status over the newly...

I have a rack app with redis, the app is working fine but when I try to run a script using appengine:exec I receive a timeout error. Any help would...

Hi, This is a issue about [ruby25_app_builder](gcr.io/gae-runtimes/ruby25_app_builder) rather than this gem. Sorry if it isn't the right place to ask. I found that environment variables defined in app.yaml cannot be...

``` (appengine)[udi:soundprint/web]$ bundle exec rake appengine:exec -- bundle exec rake db:migrate sh: /Users/udi/Downloads/google-cloud-sdk: is a directory rake aborted! AppEngine::Util::Gcloud::GcloudFailed: GCloud failed with result code 126 /Users/udi/.rbenv/versions/2.5.3/bin/bundle:23:in `load' /Users/udi/.rbenv/versions/2.5.3/bin/bundle:23:in `' Tasks:...

I have Rails application and Cloud SQL (PostgreSQL) database with Private IP. When I'm trying to run any task with `appengine:exec` I get `PG::ConnectionBad` error. I've created another database, but...

I deploy into multiple GCloud projects, and would like to be able to specify the project id via an environment variable when calling `rake appengine:exec`, similar to how ie. `GAE_SERVICE`...