In some cases we want the scheduler process to run with elevated permissions (such as when it needs to deploy more workers). In these cases we want to ensure that users can not run arbitrary code on the scheduler process, such as would be allowed by operations like Client.run_on_scheduler and Scheduler.feed. We shoud probably control these routes with a configuration option.
In some cases we want the scheduler process to run with elevated permissions (such as when it needs to deploy more workers). In these cases we want to ensure that users can not run arbitrary code on the scheduler process, such as would be allowed by operations like
Client.run_on_schedulerandScheduler.feed. We shoud probably control these routes with a configuration option.