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
There may be an issue with using Revise.jl on local workers as the C++ worker loop may not allow Revise to execute. Possibly we could handle this with including a yield in the task_executor function.
We could possibly also support this with a multi-node setup but this would definitely require syncing local filesystem changes to remote workers.
The text was updated successfully, but these errors were encountered:
omus
changed the title
Support using Revise on workers
Support using Revise on local workers
Sep 6, 2023
There may be an issue with using Revise.jl on local workers as the C++ worker loop may not allow Revise to execute. Possibly we could handle this with including a
yield
in thetask_executor
function.We could possibly also support this with a multi-node setup but this would definitely require syncing local filesystem changes to remote workers.
The text was updated successfully, but these errors were encountered: