Mikael Koli

Results 56 comments of Mikael Koli

Actually I thought of this today. This is actually something I tried to implement way back but it failed then due to the library was too immature. There are probably...

Actually, maybe the random condition could work like this: ``` @app.task(randomly(0.2, period=minutely)) def do_things(): ... ``` In this case, it's with 20% chance true every minute. Note that ``minutely`` is...

Thanks for the idea! I think the second option can be first implemented and then thought whether the first is useful and not too confusing. However, not sure whether this:...

Actually, I do. Though I think the distributed space (at least in Rocketry's context) consists of two issues: 1. Synced logs: Put task logs to the same database and spawn...

Thanks for the thorough and well-thought issue! Especially your proposal for the condition syntax looks awesome: clean and understandable. This was very insigtful. ## Some Random Thoughts I'm pretty tired...

Hi! Thanks a lot! I once tried to include Red Mail to Conda but that attempt failed. A minor thing but it seems the tests for some reason thinks Pandas...

@thewchan thanks and I can indeed be a maintainer in that as well. I have a habit of doing some sanity checks to a build after a release so I...

Red Mail should not do any silencing on the error: whatever the ``smtplib`` raises will be passed through Red Mail to the user of the library. And the user can...

Actually, a bit of improvement is coming for this (I think). I'm exposing the lock so that one could give a custom class for how the task locking (a lock...

Most likely in the next release. This is useful for me as well as the unit testing is slightly trickly for the logs (I'm on different timezone than the Github...