How to use the aiocron.__init__.Cron function in aiocron

To help you get started, we’ve selected a few aiocron examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github gawel / aiocron / aiocron / __init__.py View on Github external
def crontab(spec, func=None, start=True, loop=None):
    return Cron(spec, func=func, start=start, loop=loop)

aiocron

Crontabs for asyncio

MIT
Latest version published 2 years ago

Package Health Score

52 / 100
Full package analysis

Similar packages