-
Notifications
You must be signed in to change notification settings - Fork 12
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
EVA-3554 pass application instance id #442
EVA-3554 pass application instance id #442
Conversation
8447974
to
1c013f4
Compare
...c/ebi/eva/accession/clustering/configuration/batch/jobs/StudyClusteringJobConfiguration.java
Outdated
Show resolved
Hide resolved
@@ -19,17 +19,10 @@ | |||
|
|||
public class ApplicationProperties { | |||
|
|||
private String instanceId; |
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.
If submission automation continues to provide this in properties files, will it be ignored? I guess we should remove it from submission automation and assembly ingestion regardless, but it would make production deployment simpler.
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.
Yes, this will be ignored.
I have tested this locally by leaving the value in properties file and it works fine.
No description provided.