Skip to content

Improve Background Job Processing#13

Open
owolagbadavid wants to merge 1 commit into
BredStik:masterfrom
owolagbadavid:fix/background-job-delay
Open

Improve Background Job Processing#13
owolagbadavid wants to merge 1 commit into
BredStik:masterfrom
owolagbadavid:fix/background-job-delay

Conversation

@owolagbadavid

Copy link
Copy Markdown
Contributor

Changes

  • Added optional pagination + ensured ordering before Skip (latest records first)
  • Parallelized job creation (backgroundJobClient.Create is thread-safe)
  • Added retry/backoff for background service errors
  • Implemented chunking to limit duplication on crashes (max = ChunkSize)
  • Use PeriodicTimer so the next interval is already in progress while the job is running

optional pagination filter for dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant