Skip to content

Add an unused service provider issuer argument to the resolution proofing job#10722

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-add-sp-issuer-to-resolution-job
May 30, 2024
Merged

Add an unused service provider issuer argument to the resolution proofing job#10722
jmhooper merged 1 commit intomainfrom
jmhooper-add-sp-issuer-to-resolution-job

Conversation

@jmhooper
Copy link
Copy Markdown
Contributor

We are planning on passing the SP into the background job and using it for work in the job such as computing UUID prefixes and SP costs. First we need all of the workers to know about the new argument so we do not see ArgumentErrors when the argument is passed to the job. This commit adds the argument

…fing job

We are planning on passing the SP into the background job and using it for work in the job such as computing UUID prefixes and SP costs. First we need all of the workers to know about the new argument so we do not see `ArgumentError`s when the argument is passed to the job. This commit adds the argument

[skip changelog]
@jmhooper jmhooper requested a review from a team May 30, 2024 14:54
@jmhooper jmhooper merged commit 8fb67cc into main May 30, 2024
@jmhooper jmhooper deleted the jmhooper-add-sp-issuer-to-resolution-job branch May 30, 2024 15:30
jmhooper added a commit that referenced this pull request May 30, 2024
In #10722 we added an argument for passing the service provider issuer to the `ResolutionProofingJob` evenutally this will be used for things like computing SP costs, creating `DocAuthLog` records, and determining the UUID prefix in the job.

This commit starts passing the issuer to the job but does not start using it. In order to ensure that results are consistent a future commit will start reading the issue once all of the web hosts are passing it to the job.

This can only be safely merged once #10722 is fully deployed.

[skip changelog]
jmhooper added a commit that referenced this pull request May 31, 2024
In #10722 we added an argument for passing the service provider issuer to the `ResolutionProofingJob` evenutally this will be used for things like computing SP costs, creating `DocAuthLog` records, and determining the UUID prefix in the job.

This commit starts passing the issuer to the job but does not start using it. In order to ensure that results are consistent a future commit will start reading the issue once all of the web hosts are passing it to the job.

This can only be safely merged once #10722 is fully deployed.

[skip changelog]
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