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

RFC: Introduce option to generate retry|delete command with selected message ids #5

Open
nostadt opened this issue Feb 9, 2024 · 1 comment

Comments

@nostadt
Copy link

nostadt commented Feb 9, 2024

Today several failed queue entries have been created in a production system, because of an invalid configuration of a 3rd party application. Once this has been corrected I was able to retry all of them using the terminal. I currently build the retry command on my own by copying the widget text and paste it into a PHPStorm scratch file and remove all unnecessary content using multi-column edit. This works but is a bit tedious. Especially when there are different issues and only one has been resolved.

Step 1:
image

Step 2:
image

Step 3:
image

Here is what I imagine:

In each row a checkbox will be rendered. For example at the end of the list, but always visible, a dropdown with different commands (retry and remove) as well the fully qualified command will be shown:

image

I can copy the command and use it in the terminal.

An additional option could be a checkbox to select all messages in the failed queue.

Looking forward to hear your opinion.

@nostadt
Copy link
Author

nostadt commented Feb 9, 2024

Another option is a retry option in the dashboard. However, I recall that it is tricky.

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

No branches or pull requests

1 participant