Skip to content

Commit

Permalink
Restart workers after each amusr boostrap
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Apr 29, 2021
1 parent 8efaf36 commit 2c8350b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inferelator/distributed/dask_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def response_maker(y_df, i):

DaskController.client.cancel(scatter_x)
DaskController.client.cancel(scatter_priors)
DaskController.client.restart()

return result_list

Expand Down

0 comments on commit 2c8350b

Please sign in to comment.