I have a celery task which copies data from one azure container to another using apache libcloud.
Task works fine but after some time I get 403 error.(For example task copies 50 files and then suddenly raises 403)
What could be the problem?
python3.8
apache-libcloud==3.3.1
celery==5.0.5