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

[QUESTION] pre task execution callbacks #1580

Open
amaelftah opened this issue Nov 12, 2024 · 0 comments
Open

[QUESTION] pre task execution callbacks #1580

amaelftah opened this issue Nov 12, 2024 · 0 comments
Labels
feature-request New feature or request

Comments

@amaelftah
Copy link

Feature Area

Task management

Is your feature request related to a an existing bug? Please link it here.

am asking is there a way to run a callback before the task is even started ?

Describe the solution you'd like

since we have callbacks that can be executed after task is completed so my idea is to have something like that

Task(
   pre_callback=foo_callback
)

Crew(
    pre_task_callback=bar_callback
)

Describe alternatives you've considered

No response

Additional context

No response

Willingness to Contribute

I can test the feature once it's implemented

@amaelftah amaelftah added the feature-request New feature or request label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant