Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to chain tasks #119

Open
Suor opened this issue Apr 17, 2020 · 1 comment
Open

Ability to chain tasks #119

Suor opened this issue Apr 17, 2020 · 1 comment

Comments

@Suor
Copy link

Suor commented Apr 17, 2020

I tried with many task dedupe libs including yours and this doesn't work:

(task1.si(42) | task2.s(1)).delay()
(task1.si(42) | task2.s(2)).delay()

I want task1(42) to be deduped and then both task2(1) and task2(2) be ran after it finished. Is this possible?

@cameronmaske
Copy link
Owner

Hi @Suor
It is not currently possible.
There was a PR that attempted to introduce this but never made it into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants