-
-
Notifications
You must be signed in to change notification settings - Fork 534
[13.0][ADD] queue_job: innocuous test job for debugging/monitoring purposes #265
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
Conversation
|
Hi @guewen, |
guewen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey that's great! I wanted to add a kind of way to create test jobs easily, and didn't think about using a simple controller endpoint. ❤️
sbidoul
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
f65c3fb to
2cdd75e
Compare
|
/ocabot merge patch |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 3365bff. Thanks a lot for contributing to OCA. ❤️ |
The goal of this PR is to introduce an easy and innocuous way to confirm that jobs are running fine in a production environment, by triggering the creation of a test job through an http route.
Of course, only accessible to admin users to avoid any abuse :)