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
Given the latest changes to the codebase (the new protocols and behaviours and the associated reorganization), we need to update (and add) several namespaces, in particular the scheduler and executor APIs. These changes will allow the scheduler and executor APIs to better fit into the whole (in terms of mechanics, that is).
If we use the new approach, tasks would include:
Add meson.client.impl.master.scheduler
Add meson.client.impl.agent.executor
Remove meson.client.ClientAPI
Remove meson.client.Client
Remove SchedulerAPI
Remove SchedulerClient
Clean up meson.client
Move meson.client.base to meson.client.common and consolidate code
The following are partially done, but will be consistently added to over time:
Add convenience functions in meson.scheduler namespace
Add convenience functions in meson.executor namespace
Given the latest changes to the codebase (the new protocols and behaviours and the associated reorganization), we need to update (and add) several namespaces, in particular the scheduler and executor APIs. These changes will allow the scheduler and executor APIs to better fit into the whole (in terms of mechanics, that is).
If we use the new approach, tasks would include:
meson.client.impl.master.scheduler
meson.client.impl.agent.executor
meson.client.ClientAPI
meson.client.Client
SchedulerAPI
SchedulerClient
meson.client
meson.client.base
tomeson.client.common
and consolidate codeThe following are partially done, but will be consistently added to over time:
meson.scheduler
namespacemeson.executor
namespacePart of epic #2
The text was updated successfully, but these errors were encountered: