sindhujit1

Results 24 comments of sindhujit1

Here you go : ``` 2021-03-18 15:49:43,938: WARNING/ForkPoolWorker-7] Traceback (most recent call last): File "/home/sgang31/.venvs3/netadc3/lib64/python3.6/site-packages/nornir/core/task.py", line 67, in start r = self.task(self, **self.params) File "/home/sgang31/.venvs3/netadc3/lib64/python3.6/site-packages/nornir/plugins/tasks/networking/netmiko_file_transfer.py", line 28, in netmiko_file_transfer net_connect,...

I have Python 3.6.8 and Django 2.2.16 and it works. Not sure about Django 3.

I would also like this improvement to be added. May be not for directories but atleast would be useful when copying individual files. @remram44 what do you mean by: May...

I have the same issue . Noticed it today in our production server. Any help on this ? Using uwsgi 2.0.20, python 3.8. Did you find any fix for this...

Can you please share how you are logging to stdout ? Is there a central file where you see the logs? Is app still running in wsgi though ?

Can you please share how you are logging to stdout ? Is there a central file where you see the logs? Is app still running in wsgi though ? @lcosmin

I am following the exact sample example structure that you have provided. We are using redis as the message broker. Is it something with the header **@shared_task(bind=True)** that is causing...

So this is the function which calls the task: ``` def create_oobsubnet(request): try: print(request.POST,"request.POST") print(dir(request)) asnnumber = '' value_uplink_oob_devices,value_oobdevice_input,value_terminal_server,value_interfacePort_input = [],[],[],[] value_tile_location,finalerrorMessage = [],[] # countryname = re.sub(r'\s+', '', request.POST['countryname'])...

The error never happens when I have only one task running. It happens when I have 2 or more tasks running. But these 2 tasks are in 2 different django...

actually the line where it fails on is : `for key,value in taskresult.get().items():`