8000 Tags · dapr/dapr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dapr/dapr

Tags

v1.15.5

Toggle v1.15.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8717 from JoshVanL/go-etcd-cron-1.15

[1.15] Update github.com/diagridio/go-etcd-cron

v1.15.5-rc.1

Toggle v1.15.5-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8687 from JoshVanL/kit-cron-upgrade-1.15

[1.15] Update dapr/kit & diagridio/go-etcd-cron

v1.15.4

Toggle v1.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8640 from JoshVanL/fix-scheduler-client-close-1.15

[1.15] Fix Scheduler Client connection pruning

v1.15.4-rc.3

Toggle v1.15.4-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8640 from JoshVanL/fix-scheduler-client-close-1.15

[1.15] Fix Scheduler Client connection pruning

v1.15.4-rc.2

Toggle v1.15.4-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent panic of reminder operations on slow Actor Startup (#8636)

Prevent panic of reminder operations on slow Actor Startup

Problem

+The Dapr runtime HTTP server would panic if a reminder operation timed out while an Actor was starting up.

Impact

The HTTP server would panic, causing degraded performance.

Root cause

The Dapr runtime would attempt to use the reminder service before it was initialized.

Solution

Correctly return an errors that the actor runtime was not ready in time for the reminder operation.

Should be back-ported to release-1.15

Signed-off-by: joshvanl <me@joshvanl.dev>
0