Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
jobModule.test.js
File · 0.80
Calls
1
startNextJob
Method · 0.95
Tested by
no test coverage detected