️️
Size: a a a
️️
<Ч
T
T
T
textual reference to one
- хзT
The func argument can be given either as a callable object or a textual reference in the package.module:some.object format, where the first half (separated by :) is an importable module and the second half is a reference to the callable object, relative to the module.
<Ч
T
T
T
<Ч
<Ч
️️
<Ч
️️
T
while True:
await asyncio.sleep(5)
async for job, in repo.get_jobs(conn):
if job.starttime<now():
await workers[job.name](job.data)
if job.is_periodic:
await repo.schedule_next(conn, job.id, job.get_next())
else:
await repo.mark_compleeted(conn, job.id)
️️
️️