Selwin Ong

Results 509 comments of Selwin Ong

Please check out my gist, is there anything I missed?

`scheduler.schedule` already accepts `timeout` argument, so it would make sense that `scheduler.enqueue_in` and `scheduler.enqueue_at` also accept `timeout` argument. @lechup I agree with your suggestion, `_create_job` should accept a `timeout` argument....

You'll need to first acquire scheduler lock before calling `scheduler.run()` or it may lead to race conditions. I'm open to adding these instructions to `README`, please open a PR for...

Hi @prehensile , I think this is a great idea. Do you mind if we reuse RQ's implementation for much of the configuration parsing though? I'd rather keep the two...

There's definitely a usability problem around finding out whether a certain class of job has been scheduled (or queued in RQ's context). And now it's even more important after we...

Thanks for the PR. Could please add a test for this feature?

The reason why we don't handle timezones is because we need to depend on external packages such as `pytz` which has quite a large footprint. I _think_ it should be...

Any help on documentation is always welcome :)