Re: DB inconsistent writes.

2018-10-01 Thread Jason
check your db logs. I suspect this is a db issue and not django itself On Monday, October 1, 2018 at 5:13:40 AM UTC-4, Akshay Jain wrote: > > Yeah, this happens ~10% of times. Rest of the writes are perfect. > > On Mon, Oct 1, 2018 at 1:51 PM Vineet Kothari > wrote: > >> Please check whether th

Re: DB inconsistent writes.

2018-10-01 Thread Akshay Jain
Yeah, this happens ~10% of times. Rest of the writes are perfect. On Mon, Oct 1, 2018 at 1:51 PM Vineet Kothari wrote: > Please check whether the data serializong properly or not > > On Mon 1 Oct, 2018, 1:43 PM Akshay Jain, > wrote: > >> Hello, >> >> I'm facing a strange issue where in my djang

Re: DB inconsistent writes.

2018-10-01 Thread Vineet Kothari
Please check whether the data serializong properly or not On Mon 1 Oct, 2018, 1:43 PM Akshay Jain, wrote: > Hello, > > I'm facing a strange issue where in my django application sometimes the > data is not getting completely written to the DB. The entry is created but > some fields are not writte

DB inconsistent writes.

2018-10-01 Thread Akshay Jain
Hello, I'm facing a strange issue where in my django application sometimes the data is not getting completely written to the DB. The entry is created but some fields are not written -- Regards, Akshay Jain -- You received this message because you are subscribed to the Google Groups "Django us