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
Only maintain a repo scheduler when a Repo instance is present.
The Repo scheduler is crashing in it's destructor on shutdown in some
environments so make the scheduler lifetime dependent upon the
Repo object lifetime. This also reduces resource usage when no
Database instances are present.
PiperOrigin-RevId: 255657460
0 commit comments