>_
.issue.db
/highway
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #814
Update issue details
Title *
Description
A non-waiting app with a timeout_policy > 30s routes to the activity worker; if the app calls ctx.now it fails: 'Remote Error (AttributeError): Method now not found on DurableContext'. #738 added the now @property to the IPC ProxyDurableContext, but the ACTIVITY worker's remote context path lacks the same fix. Repro: apps.platform.hello_world.greet as a task with timeout_policy=60s -> activity -> fails. Fix: add the now property/coercion to the activity remote-context proxy too (mirror #738).
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel