🏷️ Changed
- Restart the actor when it has been errored for 300 seconds instead of 30
- Set default DLI request timeout to 3 seconds.
🔧 Fixed
- Restart the actor if it fails to set up the NPS.
- Upgrade to
lvmopstools>=0.5.6
to fix a bug that could cause the actor to hang when trying to restart it.
⚙️ Engineering
- Use
uv
for package management. Updated workflows and Dockerfile.