Alexandre Bulté

Results 122 comments of Alexandre Bulté

I came here because I was worried with the `could not receive data from client: Connection reset by peer` on my django/django-rq app running on Heroku. I applied the tip...

Here's my snippet, directly inspired from the mentioned link: ``` python from rq import Worker from django.db import close_connection class AAWorker(Worker): def fork_and_perform_job(self, *args, **kwargs): close_connection() super(AAWorker, self).fork_and_perform_job(*args, **kwargs) ```...

@fdr hi. You seem to have updated the docs with the snippet I provided on https://github.com/ui/django-rq/issues/17#issuecomment-45710490. But this snippet does not solve the "connection reset" like I said... At least...

Thanks for trying ;-) Maybe @selwin has a proper way to do this?

This is definitely something that can be useful.

@noirbizarre I modified the message to reflect that it's a dev command and that the theme part is optional. I still think we need to include this in the CHANGELOG...

@noirbizarre good to know! Thanks.

Hi @sandcha, do you know if anyone is working on this? We can give you proofreading permissions on crowdin as [we just did for the Serbian team](https://github.com/opendatateam/udata/issues/2348) if it helps.

Hi @sandcha, You would be able to choose/replace translations, not only suggest them.