Mikael Koli

Results 28 comments of Mikael Koli

This is currently being worked on and the thing is almost implemented. The ``skip`` mechanism might require more thinking and possibly being off from initial PR.

I'm not sure how APScheduler works under the hood but Rocketry (just renamed the library yesterday, sorry for confusion) aims that the main thread and process has the truest information...

This is totally possible to do at the moment but after thinking a bit, I think we should indeed have methods for at least removing tasks. There is an ``add_task``...

Yep, the first argument is actually the ``start_cond``. Also, it seems I never implemented this ``app.task('daily', code='print("Hello world")')`` though the docs say this works. Need to fix that, not sure...

> and great work on the project so far - I'm finding it very useful, especially with the async support, easy integration with FastAPI etc. Thanks a lot, this means...

I have integrated the previous version to Flask (should be even easier with current state of the library) and I have integrated current version of Rocketry to FastAPI (https://github.com/Miksus/rocketry-with-fastapi) but...

Oh, true. Thanks for spotting! I'll fix this in the upcoming days (unless anyone else wants).

Ye, help is very much needed! I'm thinking the condition mechanism might need some touches beforehand though. The conditions could have better parametrization. I'm not currently happy how the tasks...