jason810496 opened a new issue, #72680:
URL: https://github.com/apache/airflow/issues/72680
```
┌──────────────────────┬───────────────────────────────────────────────────────┬───────────────────────────────────────────────────────┬───────────────────────────────────────────┐
│ │ Go
│ TS │
JVM │
├──────────────────────┼───────────────────────────────────────────────────────┼───────────────────────────────────────────────────────┼───────────────────────────────────────────┤
│ context object │ sdk.TIRunContext embeds context.Context
│ TaskContext with readonly signal: AbortSignal │ data class
Context(dagRun, ti) — nothing │
│ │
│ │ else
│
├──────────────────────┼───────────────────────────────────────────────────────┼───────────────────────────────────────────────────────┼───────────────────────────────────────────┤
│ cancellation source │ signal.NotifyContext(ctx, SIGINT, SIGTERM) —
│ AbortController over ["SIGTERM","SIGINT"] — │ none found in the
whole sdk module │
│ │ server.go:89
│ runtime.ts:149 │
│
├──────────────────────┼───────────────────────────────────────────────────────┼───────────────────────────────────────────────────────┼───────────────────────────────────────────┤
│ reaches the task │ yes — task.Execute(ctx, …)
│ yes — ctx.signal │ no
│
│ body? │
│ │
│
└──────────────────────┴───────────────────────────────────────────────────────┴───────────────────────────────────────────────────────┴───────────────────────────────────────────┘
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]