gawel / panoramisk

asyncio based library to play with asterisk
https://panoramisk.readthedocs.io/
MIT License
151 stars 50 forks source link

Add job timer #82

Closed romkazor closed 5 years ago

romkazor commented 5 years ago

Hello. How about add job timer? Because sometimes you need to do some job(action) with some frequency (5,30,60 sec etc) in active ami session. Thanks.

gawel commented 5 years ago

Maybe you can use https://github.com/gawel/aiocron/ ?

There's also https://github.com/aio-libs/aiojobs

romkazor commented 5 years ago

Native method would be preferred