Job description
Short: Looking for someone to deploy a working, ready-made script to the cloud - it's all about deploying the Flask application itself
Long:
I'm looking for a developer with good knowledge of Python and support for cloud computing such as AWS, Google Cloud, Render.com, Heroku or others who can help me deploy a simple Python script to one of these platforms.
I have a script written in Python using Flask, Celery and Redis. It works fine on a local server (localhost), but I would like to move it to a cloud environment. It doesn't matter to me on which platform the script is eventually installed - I only care about an effective and efficient deployment.
The functionality of the script is to retrieve data from YouTube based on a given URL. The script should run on an HTTP request. In particular, I care about the correct operation of asynchronicity and queuing in my script. For example:
I send 3 HTTP requests:
1 - at 17:02,
2 - at 17:03,
3 - at 17:04.