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

[flytekit/async] Create vscode decorator for async tasks #6071

Open
2 tasks done
wild-endeavor opened this issue Dec 2, 2024 · 0 comments
Open
2 tasks done

[flytekit/async] Create vscode decorator for async tasks #6071

wild-endeavor opened this issue Dec 2, 2024 · 0 comments
Labels
backlogged For internal use. Reserved for contributor team workflow. Epic: Async Flytekit Enable asynchronous behavior in flytekit flytekit FlyteKit Python related issue

Comments

@wild-endeavor
Copy link
Contributor

wild-endeavor commented Dec 2, 2024

Describe the issue

The decorator pattern that the vscode feature currently relies on does not work for async python function tasks including eager tasks because the function expects a synchronous function not an async function. We should figure out how to properly do this but this issue is dependent on first coming into resolution on how the vscode pattern should work longer term.

What if we do not do this?

Users will not be able to run vscode debug on async tasks.

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@wild-endeavor wild-endeavor added housekeeping Issues that help maintain flyte and keep it tech-debt free flytekit FlyteKit Python related issue backlogged For internal use. Reserved for contributor team workflow. Epic: Async Flytekit Enable asynchronous behavior in flytekit and removed housekeeping Issues that help maintain flyte and keep it tech-debt free labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlogged For internal use. Reserved for contributor team workflow. Epic: Async Flytekit Enable asynchronous behavior in flytekit flytekit FlyteKit Python related issue
Projects
None yet
Development

No branches or pull requests

1 participant