Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gae #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Gae #10

wants to merge 2 commits into from

Conversation

abloch
Copy link

@abloch abloch commented Apr 1, 2014

make a google-app-engine friendly version

google app engine has no support of files or environemnts
@abloch
Copy link
Author

abloch commented Apr 1, 2014

ironmq can now be run at google app engine

@abloch abloch closed this Apr 1, 2014
@abloch abloch reopened this Apr 1, 2014
config = configFromEnv(config, product)
config = configFromFile(config, "iron.json", product)
config = configFromFile(config, config_file, product)
#config = configFromEnv(config)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you removed all the other config options?

@abloch
Copy link
Author

abloch commented Apr 7, 2014

Hi Travis!

yes I did, as google app engine doesn't allow files/environment-variables access I left only the explicit configuration option (e.g.
ironmq = IronMQ( token = "...",project_id = "..." )
otherwise the code wouldn't compile on google app engine.

that was done on a seperate branch named gae so that nobody's affected from it unless he explicitely checkouts this branch in git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants