You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a class WorkWithActor that instantiate an actor, and work with it.
The actor survive to de deletion of the WorkWithActor instance, and it induce some memory leaks on the workers
I expect that the actor is removed from the worker when the future no longer exists
Make Sentinel1Meta serializable with __reduce__
Better use of rioxarray
Disabled 'SAFE' GDAL driver
Disabled xml_parser cache, while dask/distributed#5610 is not solved
I have a class
WorkWithActor
that instantiate an actor, and work with it.The actor survive to de deletion of the
WorkWithActor
instance, and it induce some memory leaks on the workersI expect that the actor is removed from the worker when the future no longer exists
Minimal Complete Verifiable Example:
Environment:
The text was updated successfully, but these errors were encountered: