Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Make Redis Installation Compulsory #292

Closed ShubhamBansal1997 closed 6 years ago

ShubhamBansal1997 commented 6 years ago

If you Redis is not installed the website will show 504 gateway timeout sometimes

Why was this change necessary?

Make Redis installation compulsory

How does it address the problem?

It helps in the removing 504 gateway timeout error which occurs sometimes after deployment

Are there any side effects?

No, Just install Redis everytime

tucosaurus commented 6 years ago

Could you please elaborate on how exactly this solves the 504 gateway problem ? Like why it happens if redis is not installed ? I don't get how redis installation might be related to it.

ShubhamBansal1997 commented 6 years ago

screen shot 2018-01-26 at 9 25 53 pm If you check the redis cache you will find these two Keys which create a session for the user and sometimes server hangup when it doesn't get these keys. I said this error occurs sometimes not always.

theskumar commented 6 years ago

Flaging as not necessary.