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
// Error 2714 is for an object of that name already existing in the database. This generally shouldn't happen
369
+
// since we check for its existence in the statement but occasionally a race condition can make it so
370
+
// that multiple instances will try and create the schema at once. In that case we can just ignore the
371
+
// error since all we care about is that the schema exists at all.
372
+
this._logger.LogWarning($"Failed to create schema '{SchemaName}'. Exception message: {ex.Message} This is informational only, function startup will continue as normal.");
0 commit comments