https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/
$ pip install celery
$ sudo apt-get install rabbitmq-server
| { | |
| "Version":"2012-10-17", | |
| "Statement":[ | |
| { | |
| "Sid":"PublicRead", | |
| "Effect":"Allow", | |
| "Principal": "*", | |
| "Action":["s3:GetObject","s3:GetObjectVersion"], | |
| "Resource":["arn:aws:s3:::YOUR_BUCKET_NAME_GOES_HERE/*"] | |
| } |
| /* Nasim */ | |
| #include<bits/stdc++.h> | |
| using namespace std; | |
| class node | |
| { | |
| public: | |
| int data; |
https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/
$ pip install celery
$ sudo apt-get install rabbitmq-server