DEV Community

Dipesh Paudel
Dipesh Paudel

Posted on

Is there any simplest way to run number of python request asynchronously?

There is an API localhost:8000/api/postdatetime/, which is responsible for changing the online status of the driver. Every time a driver hits the API and if the response sent back then the driver status will be online otherwise the driver status will be offline.

Drivers need to give the response

Top comments (0)