Skip to content

How to prevent RR from trying to process event ? #1885

Answered by rustatian
QuietImprovement asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Your http config contains option max_jobs: 1 which leads worker to restart every request, which is super inefficient.
  2. Your jobs config works in the debug mode, which will create a worker on every request, which also should be used only locally.
  3. To complete the job, you have to ask RR to acknowledge it: https://github.com/roadrunner-php/jobs?tab=readme-ov-file#consumer

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@QuietImprovement
Comment options

Comment options

You must be logged in to vote
2 replies
@QuietImprovement
Comment options

@rustatian
Comment options

Answer selected by QuietImprovement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
P-jobs Plugin: Jobs
2 participants