Skip to content

stephane-klein/aiohttp-apscheduler-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIOHTTP and APScheduler playground

In this Python project playground, I launch APScheduler with AIOHTTP server.

python -m venv ./.pyenv/
source .pyenv/bin/activate
$ python main.py
Tick! The time is: 2021-04-19 00:07:13.720153
Tick! The time is: 2021-04-19 00:07:16.713943
Tick! The time is: 2021-04-19 00:07:19.721333
Tick! The time is: 2021-04-19 00:07:22.717949

In another terminal:

$ curl http://0.0.0.0:8080/foobar
Hello, foobar%

About

In this Python project playground, I launch APScheduler with AIOHTTP server

Topics

Resources

Stars

Watchers

Forks

Languages