https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/
$ pip install celery
$ sudo apt-get install rabbitmq-server
| ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key | |
| # Don't add passphrase | |
| openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub | |
| cat jwtRS256.key | |
| cat jwtRS256.key.pub |
https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/
$ pip install celery
$ sudo apt-get install rabbitmq-server
| 'use strict' | |
| const Fs = require('fs') | |
| const Path = require('path') | |
| const Axios = require('axios') | |
| async function downloadImage () { | |
| const url = 'https://unsplash.com/photos/AaEQmoufHLk/download?force=true' | |
| const path = Path.resolve(__dirname, 'images', 'code1.jpg') |