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

Add the logic to retry the queue jobs on fail #698

Open
wants to merge 12 commits into
base: 0.3
Choose a base branch
from

Conversation

PaulMejiaFeliz
Copy link
Contributor

@PaulMejiaFeliz PaulMejiaFeliz commented Jun 18, 2021

Version: 0.3.
Description:

Manually acknowledge or reject the queue jobs.

Features: Queue jobs retry.

@PaulMejiaFeliz PaulMejiaFeliz requested a review from kaioken June 18, 2021 14:40
@todo
Copy link

todo bot commented Sep 14, 2021

Change the delay logic to use the plugin https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/

// TODO: Change the delay logic to use the plugin https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/
sleep($job['job']->retryDelay);
return $msg->nack(true);
}
}


This comment was generated by todo based on a TODO comment in 4a9036c in #698. cc @bakaphp.

@PaulMejiaFeliz PaulMejiaFeliz marked this pull request as ready for review October 25, 2021 13:50
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.

2 participants