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
Currently remove_task_types deletes a necessary record from the cxy_ctl table and eliminates the ets ring buffer used to record execution timing. Either of these changes can cause a running process which attempts to execute a task to crash with badarg or worse.
Instead, this function should set the Max Active Procs to 0 and wait for all spawns and inline procs to stop before deleting anything from the ets table.
The text was updated successfully, but these errors were encountered:
Currently remove_task_types deletes a necessary record from the cxy_ctl table and eliminates the ets ring buffer used to record execution timing. Either of these changes can cause a running process which attempts to execute a task to crash with badarg or worse.
Instead, this function should set the Max Active Procs to 0 and wait for all spawns and inline procs to stop before deleting anything from the ets table.
The text was updated successfully, but these errors were encountered: