mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
fix(pbs): Add missing worker types for verification tasks (fixes #61)
This commit is contained in:
@@ -1302,6 +1302,8 @@ function processPbsTasks(allTasks) {
|
||||
const taskTypeMap = {
|
||||
backup: 'backup',
|
||||
verify: 'verify',
|
||||
verificationjob: 'verify', // Add mapping for verificationjob
|
||||
verify_group: 'verify', // Add mapping for verify_group
|
||||
sync: 'sync',
|
||||
garbage_collection: 'pruneGc',
|
||||
prune: 'pruneGc'
|
||||
|
||||
Reference in New Issue
Block a user