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

Integration of preflyt for better checks #624

Closed
burhan opened this issue Jun 15, 2016 · 4 comments
Closed

Integration of preflyt for better checks #624

burhan opened this issue Jun 15, 2016 · 4 comments

Comments

@burhan
Copy link
Collaborator

burhan commented Jun 15, 2016

It is great that we offer a lot of choice for components and I think we should make the template even more flexible (more on this soon); however the more components we offer, it creates a more complex decision tree of variable and configurations that have to be checked for a successful deployment.

For example, it could be a way to deal with #602

In order to test for and resolve this, I am proposing the integration of preflyt. It is a way to script checks for certain values (for example, environment variables are set, database is actually accessible, etc.) before an application is launched.

This best makes sense for "local" deployments, as if you are deploying on Heroku then these configuration values are set by the respective addon in your environment.

I am not quite sure where best to integrate it; I don't think its wise to start messing with manage.py, but its not really a test per-se as it doesn't check your code, but rather your environment so I am not sure it belongs in the normal test suite.

Any thoughts?

@luzfcb
Copy link
Collaborator

luzfcb commented Jun 16, 2016

@burhan first problem: preflyt is Python3 only

@pydanny
Copy link
Member

pydanny commented Apr 21, 2017

@luzfcb @burhan see #1129!

@webyneter
Copy link
Collaborator

webyneter commented Apr 2, 2018

Unfortunately, it seems like preflyt hasn't been maintained for more than two years now.

@browniebroke browniebroke closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2023
@browniebroke
Copy link
Member

Closing as the project appears unmaintained now.

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

No branches or pull requests

5 participants