Sampath Sukesh Ravolaparthi

Results 9 comments of Sampath Sukesh Ravolaparthi

> only tasks can be submitted to external infrastructure and run in the background Hi @madkinsz can you please provide example for this. I tried looking in the docs but...

I've got a similar issue in Java - shutdownhook isn't called https://stackoverflow.com/questions/64195246/how-to-send-ctrlc-sigint-signal-to-gradle-javaexec-task-type-forked-jvm

Hey @madkinsz is this released for public use? If not, what is the timeline for its release? This seems like an important feature. Thanks :)

Link to my RCA: https://github.com/PrefectHQ/prefect/issues/7319#issuecomment-1409055711

Did some root cause analysis and here are my findings: The core of the issue is the concrete creation of `Flow` and `BaseTaskRunner` objects when a function is defined instead...

Hey @madkinsz - I'm not sure if it needs to patched for a short-term fix ( since a workaround already exists: https://github.com/PrefectHQ/prefect/issues/7319#issuecomment-1311968282 ). Instead we can: #### 1. Not create...

If we use a `copy()` it would need to be explicitly called out that we make a copy of `task_runner` in the docs so clients can override `__copy__()` / `__deepcopy__()`...

Hey - @madkinsz I've added few review comments for #9342 The approach seems fine as it isn't done using the `copy`. > Are you implementing your own task runners? We...