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

Support chaining celery tasks #140

Closed
kotfic opened this issue May 23, 2017 · 0 comments
Closed

Support chaining celery tasks #140

kotfic opened this issue May 23, 2017 · 0 comments
Assignees

Comments

@kotfic
Copy link
Contributor

kotfic commented May 23, 2017

Deliverables:

  • Demonstrate syntax like the following from girder REST endpoint:
	(task1.s () | task2.s()).delay()
  • Demonstrate asynchronously calling a girder worker task from another girder worker task (e.g. like taskflow - allows for conditionals etc).

Technical Notes:

  • Note on dependencies:
    • We need a REST endpoint for creating child jobs because in the case of a chain, the second task is actually “produced” from a girder_worker instance.
    • Parent child relationships need to exist inside girder because otherwise there is no way to visually relate chains of tasks
    • Celery 3 has no clear way to relate one task to another. To allow chaining we need Celery 4 to be the default

Depends on:

@kotfic kotfic added this to the Celery refactor milestone May 23, 2017
@dorukozturk dorukozturk self-assigned this Aug 17, 2017
@kotfic kotfic added the canvas label Dec 29, 2017
@kotfic kotfic removed this from the Celery refactor milestone Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants