File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33
44
5+ ## 1.8.0 -- 2021-01-25
6+ ### Added
7+ - Each actor now has a `` revision `` number property, a monotonically increasing integer that updates every time the
8+ actor's image is updated (including updates with `` force=True `` ). Workers are also started with the current revision
9+ number and stop processing messages once their revision number is less than the actor's current revision.
10+
11+ ### Changed
12+ - The autoscaler algorithm has been updated to be more resilient to runtime exceptions and other issues.
13+ - A bug has been fixed that caused the status of an execution to remain in RUNNING state even after the actor was put
14+ in ERROR state.
15+ - A bug has been fixed that prevented the actor's mailbox queue in RabbitMQ from being deleted when the actor is deleted.
16+ - The channels module has been modified to make more use of the BasicTaskQueue class to decrease the RabbitMQ footprint
17+ of the system. Additionally, we have improved some handling of queues by more aggressively deleting them.
18+
19+ ### Removed
20+ - No change.
21+
22+
523## 1.7.0 - 2020-11-10
624### Added
725- Added support for a cron scheduling feature for actors. The cron schedule feature allows users to
You can’t perform that action at this time.
0 commit comments