Skip to content

Add the possibility to run not only one sync job with the SyncEngine but managing more jobs. #4

@joshika39

Description

@joshika39

Proposed structure

  • IJobRegistry
    • GetAll(), Get(jobId), maybe Upsert()
  • JobManager
    • StartAsync(jobId)
    • StopAsync(jobId)
    • List()
  • RunningJobHandle
    • Task and CancellationTokenSource

Metadata

Metadata

Assignees

Labels

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions