no, you're supposed to use OrTrigger, not AndTrigger
lalaipo
@lalaipo
ah okay
lalaipo
@lalaipo
any ideas?
Alex Grönholm
@agronholm
what's the problem?
what are you trying to accomplish?
Vioshim
@Vioshim
Hello people, I've been testing the master branch, and realized that AsyncIOScheduler isn't there, is that module getting removed, deprecated or something?
Alex Grönholm
@agronholm
@Krangelj there are two schedulers now, AsyncScheduler and SyncScheduler
you want to use AsyncScheduler
Vioshim
@Vioshim
Oh I see, all right I'll try to check how that one works, seems it doesn't use .start()
Alex Grönholm
@agronholm
I suggest you look at the tests because the docs haven't been updated yet
Vioshim
@Vioshim
Made some small changes in my code and now it works as usual, basically add_schedule rather than add_job along with not having to make a .start()