Jahn Thomas Fidje

Results 28 comments of Jahn Thomas Fidje

Thanks for answering! I've looked through the PR, but I cant see how those changes would fix this problem? The only way I managed to fix this was to create...

Yes I understand ( and really like this feature! ) But, in the [docs](https://python-rq.org/docs/jobs/) you give this example: ```python from rq.job import Job job = Job.create(count_words_at_url, 'http://nvie.com') print('Job id: %s'...

> @selwin I fully agree and support @thomasmatecki's point with aligning `enqueue_job` to be consistent with `enqueue` and `enqueue_call`. This is also preventing the use of `enqueue_many` due to its...

Sure :) Let me try to take what @selwin said into account and see what I can come up with.

@selwin I'm having troubles setting up my environment in order to run tests. Could you please go over the docs and see if something has changed / is missing?

> What errors did you run into? I followed the docs and did this: ``` vagrant init ubuntu/trusty64 vagrant up vagrant ssh -- "sudo apt-get -y install redis-server python-dev python-pip"...

Hi sorry! I haven't looked at it after I couldn't get the tests to run. Maybe you could walk me through your setup and how you run the tests? That...

@caffeinatedMike I just pulled your repo and tried running the tests (just noticed the run-in-docker thing.) There are a lot more than two failing tests? Or have you done more...

Sure 🙂 let me think through a good way to do it and I'll open a PR. On Wed, Feb 24, 2021, 12:44 Selwin Ong wrote: > Can you open...