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

[FINAL] feat: Best-effort responses #3764

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mraszyk
Copy link
Contributor

@mraszyk mraszyk commented Nov 15, 2024

To ensure scalability, we want to allow canister authors to use best-effort responses to inter-canister calls, which time out after a period of time.

Details are in IC-1674 and the forum post:

https://forum.dfinity.org/t/scalable-messaging-model/26920

Copy link

github-actions bot commented Nov 15, 2024

🤖 Here's your preview: https://yiob6-xyaaa-aaaam-abcna-cai.icp0.io

@mraszyk mraszyk added the interface-spec Changes to the IC Interface Specification label Nov 18, 2024
ggreif added a commit to dfinity/motoko that referenced this pull request Dec 5, 2024
Cf. `ic0.msg_deadline` in dfinity/portal#3764

Adds `prim "deadline"` and access to it via `func replyDeadline` in `mo:prim`.

All mainnet subnets are providing the system interface API, so this is safe to deploy.

Feature flag for `drun` is `Enabled`.

[`motoko-base` support](dfinity/motoko-base/#677) will be merged in short order.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interface-spec Changes to the IC Interface Specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants