Python HTTP Request in specific time?

Submitted 3 years, 7 months ago
Ticket #112
Views 292
Language/Framework Python
Priority Low
Status Closed

I am looking to find a way to make my HTTP request in a specfic/exact time for example 09:02:00:00 AM. recommendation please?

Submitted on Aug 31, 20
add a comment

1 Answer

If I understand your question correctly, you want to run the Python HTTP request on specfic time. 

I will go with scheduling approch in order to trigger the script on specfic time. May be you can think of below any approach,

Linux:

Some sample scheduling option

  • cron
  • airflow

Windows:

  • Task scheduler

I hope this helps you :)

Submitted 3 years, 7 months ago

Yes thanks. It make sense.

- p789ahm 3 years, 7 months ago


Latest Blogs