logdna / python

A python package for sending logs to LogDNA
MIT License
48 stars 35 forks source link

Retry issue on Celery task #59

Closed samims closed 3 years ago

samims commented 4 years ago

When running celery(python 2.7) on django getting the issue Starting new HTTPS connection (1): logs.logdna.com hampering celery tasks. Traceback shows its because if urllib Retry which is being used by this library. Can anyone please help regarding this?

smusali commented 3 years ago

@cuu508, sorry for the late response!

70 introduces the explicit retry mechanism and the changes have already been released in v1.17.0.

Please, let us know if you are still having the same issue or have any additional questions!

Thanks for using LogDNA!

Happy Logging!