This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Tags: dapr/durabletask-python
Tags
Use string for custom status (#47) * Use string for custom status Signed-off-by: Albert Callarisa <albert@diagrid.io> * move warning import to the top Signed-off-by: Albert Callarisa <albert@diagrid.io> * Fix tests Signed-off-by: Albert Callarisa <albert@diagrid.io> --------- Signed-off-by: Albert Callarisa <albert@diagrid.io>
feat: add application-level keepalive to prevent ALB idle connection … …timeouts (#49) AWS ALBs do not forward HTTP/2 PING frames, causing idle gRPC connections to be closed. This adds a background loop that periodically calls the existing Hello RPC as application-level traffic to keep the connection alive through L7 load balancers. Signed-off-by: joshvanl <me@joshvanl.dev>
fix(bug): properly handle RST_STREAM responses by opening new stream (#… …48) * fix(bug): properly handle RST_STREAM responses by opening new stream Signed-off-by: Casper Nielsen <casper@diagrid.io> * chore(format): ruff Signed-off-by: Casper Nielsen <casper@diagrid.io> * fix: correct license header & move file Signed-off-by: Casper Nielsen <casper@diagrid.io> * chore(format): f-strings Signed-off-by: Casper Nielsen <casper@diagrid.io> * chore(format): ruff Signed-off-by: Casper Nielsen <casper@diagrid.io> * fix: address pr comments Signed-off-by: Casper Nielsen <casper@diagrid.io> --------- Signed-off-by: Casper Nielsen <casper@diagrid.io>
minimal examples test (#37) * minimal examples test Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com> * convert simple test to mechanical markdown Signed-off-by: Filinto Duran <filinto.duran@salt.ai> --------- Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com> Signed-off-by: Filinto Duran <filinto.duran@salt.ai> Co-authored-by: Filinto Duran <filinto.duran@salt.ai>
PreviousNext