1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00
This commit is contained in:
Chocobozzz 2025-07-29 09:46:33 +02:00
parent 17247f205f
commit 309068ae1d
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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,