mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Use job group instead of parsing the task arguments
This commit is contained in:
@ -204,7 +204,7 @@ final class SchedulerImpl[F[_]: Async](
|
||||
_ <- QJob.setFinalState(job.id, finalState, store)
|
||||
_ <- pubSub.publish1IgnoreErrors(
|
||||
JobDone.topic,
|
||||
JobDone(job.id, job.task, job.args, finalState)
|
||||
JobDone(job.id, job.group, job.task, job.args, finalState)
|
||||
)
|
||||
} yield ()
|
||||
|
||||
|
Reference in New Issue
Block a user