Re: Retrying query when connection error

2019-12-02 Thread Mateusz MTB90
Some suggestion? W dniu czwartek, 28 listopada 2019 12:09:46 UTC+1 użytkownik Mateusz MTB90 napisał: > > Hi It is possible to catch connection error in Django and retry query? > How this can be done? > > Scenario: > query -> connection error occurs -> catch connec

Django retry query when error.

2019-11-28 Thread Mateusz MTB90
Hi it is possible to catch e.g connection error and retry query in Django 2.2? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Retrying query when connection error

2019-11-28 Thread Mateusz MTB90
Hi It is possible to catch connection error in Django and retry query? How this can be done? Scenario: query -> connection error occurs -> catch connection error -> create new connection -> retry query -- You received this message because you are subscribed to the Google Groups "Django