You should call
JobStorage.Current = new SqlServerStorage("ConnectionStringName", options)
before initializing your BackgroundJobServer.
1 Like
You should call
JobStorage.Current = new SqlServerStorage("ConnectionStringName", options)
before initializing your BackgroundJobServer.