Kaio Avila
Kaio Avila

Reputation: 3

Error 500 when running Rails in Google App Engine

I'm trying to run my application in google app engine, I get up normally and even works the endpoint, but when several requests the same, give 500 error, with the message:

Internal Server Error uninitialized constant Concurrent :: Promises

I have nothing that uses this in my application.

Thanks for your help.

Upvotes: 0

Views: 169

Answers (1)

ErvalhouS
ErvalhouS

Reputation: 4216

This is an already closed issue on google-cloud-ruby. You may need to update your gem by running:

$ gem update google-cloud-ruby

Upvotes: 1

Related Questions