JuliaActors / Actors.jl

Concurrent computing in Julia based on the Actor Model
MIT License
105 stars 11 forks source link

Detect and handle node failures #24

Closed pbayer closed 3 years ago

pbayer commented 3 years ago

I separate this now from issue #21 :

Functionality

Integration

pbayer commented 3 years ago

See also

pbayer commented 3 years ago

As noticed in CI testing this is not yet very stable since repeated node failures in quick order cause the supervisor to fail at shutdown-restart child with "cannot serialize a running task" on the remote worker. Since I need help with that I

  1. transfer this to a new issue and
  2. release the current state as v0.2.4
pbayer commented 3 years ago

Register Actors v0.2.4

@JuliaRegistrator register

Release notes:

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/35572

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.4 -m "<description of version>" bbb46a39dd78f6584dfe7808f8006068cbd7abd8
git push origin v0.2.4
pbayer commented 3 years ago

Actors v0.2.4 is available from the Julia registry