gawel / aiocron

Crontabs for asyncio
MIT License
338 stars 20 forks source link

upgrade planned? #11

Closed bradwood closed 3 years ago

bradwood commented 5 years ago

Hi,

Any plan to upgrade this to using the async status?

Looks like a clean piece of code...

B

gawel commented 5 years ago

There's nothing to upgrade. yield from/await are compatible. Just use it

bradwood commented 5 years ago

Tests are failing though...

gawel commented 5 years ago

Which tests ?