MCPcopy Create free account
hub / github.com/DialmasterOrg/Youtarr / saveJobsAndStartNext

Method saveJobsAndStartNext

server/modules/jobModule.js:321–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319 }
320
321 async saveJobsAndStartNext() {
322 // Just start the next job - no need to save anything on startup
323 await this.startNextJob();
324 }
325
326 async loadJobsFromDB() {
327 try {

Callers 2

constructorMethod · 0.95
jobModule.test.jsFile · 0.80

Calls 1

startNextJobMethod · 0.95

Tested by

no test coverage detected