mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Save
This commit is contained in:
parent
17247f205f
commit
309068ae1d
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,8 @@ export class RunnerServer {
|
|||
|
||||
try {
|
||||
for (const { server, job } of this.processingJobs) {
|
||||
logger.info(`Aborting job ${job.uuid} on ${server.url} as the runner is stopping`)
|
||||
|
||||
await server.runnerJobs.abort({
|
||||
jobToken: job.jobToken,
|
||||
jobUUID: job.uuid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue