Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consume jobs from the new job queue #3455

Open
wants to merge 5 commits into
base: quenting/new-queue/insert-jobs
Choose a base branch
from

Conversation

sandhose
Copy link
Member

@sandhose sandhose commented Oct 31, 2024

On top of #3367

This does the bulk of processing jobs in the queue.

With this PR there are four main things missing from the job queue:

  • schedule jobs later (which we need to do exponential backoffs when retrying jobs)
  • schedule recurring jobs
  • reschedule jobs from dead workers
  • metrics

Copy link

cloudflare-workers-and-pages bot commented Oct 31, 2024

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0d5c391
Status: ✅  Deploy successful!
Preview URL: https://2abf29a3.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://quenting-new-queue-jobs.matrix-authentication-service-docs.pages.dev

View logs

@sandhose sandhose force-pushed the quenting/new-queue/insert-jobs branch from 28d01c0 to c3237ce Compare October 31, 2024 17:14
@sandhose sandhose force-pushed the quenting/new-queue/insert-jobs branch from c3237ce to 36921bd Compare November 19, 2024 16:27
@sandhose sandhose force-pushed the quenting/new-queue/jobs branch 5 times, most recently from 0d88685 to 86a6664 Compare November 21, 2024 10:19
@sandhose sandhose added the A-Jobs Related to asynchronous jobs label Nov 21, 2024
@sandhose sandhose marked this pull request as ready for review November 21, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Jobs Related to asynchronous jobs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant