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
To integrate with other distributed systems with built in synchronization optimization, it will be great to transfer synchronization ability to it. It will be great if we can expose a yaml file generated by scheduler, so that the other system can use it.
Possible implementation:
In Controller, write a new coroutine to detect whether this stage has finished all allocation, gain the lock of all coroutines, and expose necessary information.
The text was updated successfully, but these errors were encountered:
To integrate with other distributed systems with built in synchronization optimization, it will be great to transfer synchronization ability to it. It will be great if we can expose a yaml file generated by scheduler, so that the other system can use it.
Possible implementation:
In Controller, write a new coroutine to detect whether this stage has finished all allocation, gain the lock of all coroutines, and expose necessary information.
The text was updated successfully, but these errors were encountered: