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

provide tool to read batch job config #40

Open
jangalinski opened this issue Nov 2, 2021 · 0 comments
Open

provide tool to read batch job config #40

jangalinski opened this issue Nov 2, 2021 · 0 comments

Comments

@jangalinski
Copy link
Collaborator

To support any possible batch job configuration, this extension chose to store the config in the byte_array db table (which is fine).
Problem: it is not possible to analyse failed jobs, because the configuration field in the DB just contains a pointer to a byte array entry which json content contains an encoded String, which is not human readable.

I was able to read the config by decoding the json strings selected from the DB .. but it took some effort and additional coding.

Idea: Provide a service, where I can enter the job id and get the json config. Additionally: provide a service where I pass the batch id and get the config of all contained jobs.

@jangalinski jangalinski modified the milestones: 1.4.0, 1.6.0 Nov 2, 2021
@jangalinski jangalinski removed this from the 1.6.0 milestone Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants