Merci
Merci
@roggervalf I ran tests locally on my modification, and an error appeared: ```sh Traceback (most recent call last): File "/var/data/python/lib/python3.11/site-packages/redis/asyncio/connection.py", line 218, in __del__ self._close() File "/var/data/python/lib/python3.11/site-packages/redis/asyncio/connection.py", line 225, in...
@manast > Not sure what this PR is fixing, @YeaMerci could you please clarify a bit? Sure. I was trying to use the python version of bullmq in a work...
The logic is broken. It's a good idea to make a simple test that checks whether it is possible to obtain data from the Job.
> tests are still passing without your change in other pipelines unfortunately Then can you please tell me which specific test is failing?
@roggervalf @manast Looks like I missed something: ```python def optsFromJSON(rawOpts: dict) -> dict: # opts = json.loads(rawOpts) opts = rawOpts option_entries = opts.items() options = {} for item in option_entries:...
@roggervalf @manast Now should work
@roggervalf @manast Hi! I read the test logs. Damn, I don’t know how, but I missed another moment. After my corrections, there was no longer a need for multiple ifs...
To be more precise, 2 tests will now be passed, and in order for 2 more to pass, you need to solve the problem with failedReason. ```bash ====================================================================== FAIL: test_process_jobs_fail...
In theory, the last edit
> Unfortunately the python pipeline is still hanging. Did the test run all the way locally in your machine? If you look at the logs, there is still progress in...