-
Notifications
You must be signed in to change notification settings - Fork 3
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
Visualise a job's arguments #21
Comments
Hey Andrea! Definitely worth adding. I could see a UI where I could toggle the arguments from the job list view. I am not sure about displaying the raw arguments in the list, àla Sidekiq. Plus we could take this a bit further by looking up objects passed as global ids to the job. Anyhow, feel free to take a stab at it 👌! |
Yeah I agree. The raw arguments in the list don't feel great. Maybe each table row could kinda be like an accordion that you can expand and then more details are shown. Or maybe it could be a simple modal / slideover. Either way - I'll get a PR ready soon-ish. |
Great to hear! Let me know if you need help. I've made some changes on Feel free to add Stimulus if you need it as well. I am working on a separate branch for a new dashboard and will need it anyway. |
Hey Vincent!
Something that every once in a while I find myself doing is checking out what arguments a certain job was enqueued with. As far as I can see that bit of information is not rendered for a job.
Do you think it would make sense to add it? Happy to work on a PR for it 👌
The text was updated successfully, but these errors were encountered: