Eri A.

Results 36 comments of Eri A.

seconded. It would seem this involve project-wide type hinting? @PureTryOut

Thank you for clarifying. I have just gone through the source code myself. Thanks for signifying :)

Hi @sdrabblescripta, Could you provide environment/OS configuration to help replicate the issue you are facing?

Hi @sdrabblescripta, Unfortunately no. It's been a stretched week for me. However, I should be able to take a look at this over the weekend.

@sdrabblescripta, Could you please provide a simplified information about your architecture? I would like to clarify if: - You do have two separate Django projects with their own Celery workers...

That aside, chained tasks run sequentially, respecting the order of arrangement. To run tasks in parrallel, you would have to explictly call the [`group`](https://docs.celeryq.dev/en/stable/reference/celery.html#celery.group) function, which returns a `GroupResult` instance...

Thank you for this patch @mfosterw, while the former patch to this, does look informative enough, the latter shows great ease of use for developers. That said we can only...

Just did a bisect on the failing pipeline, it so happen that two tests are breaking `tox`. - `test_it_should_return_nothing_if_everything_ok` (from `tests.test_serializers.TestTokenBlacklistSerializer`) - `test_it_should_return_if_everything_ok` (from `tests.test_views.TestTokenBlacklistView`) Since the requirements had grown,...

Just found out six different test are failing, I do have to fix them by tomorrow. By the way, you are welcome to update the test cases if you want...

Hi @mgeisler, Given your reply above, do you think we would have an heads-up later this quarter on this?