CronTrigger
instances and combine them with OrTrigger
can i apply it on decorator?
what's this then? https://apscheduler.readthedocs.io/en/stable/modules/triggers/combining.html#apscheduler.triggers.combining.OrTrigger
AsyncScheduler
Morning
also btw, is there a way to use an AsyncScheduler without using async with ?
I was randomly play testing and discovered that this is apparently the only way to replicate old .start() behavior