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 is no way to stop the driver after all messages are sent to Mesos. Add GracefulStop function to driver that will wait for all message to be delivered and then stop the driver. GracefulStop should be blocking.
The text was updated successfully, but these errors were encountered:
There should be a way to pass own Context (for example context.WithDeadline()) to Messenger interface used by driver to communicate with Mesos. It will allow to wait for the messages to be delivered or fail after defined time.
There is no way to stop the driver after all messages are sent to Mesos. Add
GracefulStop
function to driver that will wait for all message to be delivered and then stop the driver.GracefulStop
should be blocking.The text was updated successfully, but these errors were encountered: