-
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
Make preservation system configurable #755
Conversation
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.
@Diogenesoftoronto I requested a couple of changes.
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.
Some more change requests @Diogenesoftoronto.
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.
A few more change request @Diogenesoftoronto. Almost there. :)
8b9c5f6
to
6efc884
Compare
833dac3
to
92cd26e
Compare
the last two commits add comment and remove variable are the only important changes. I just did some rebasing on main. |
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.
@Diogenesoftoronto the a3m worker task queue still needs to be changed.
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.
@Diogenesoftoronto looks good 👍
This commit includes several updates and improvements to the preservation system. The changes are summarized as follows: - Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility. These changes aim to enhance the functionality and maintainability of the preservation system.
586f270
to
dc33150
Compare
- Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility.
- Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility.
- Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility.
- Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility.
- Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility.
- Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility.
- Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility.
- Hardcoded the a3m taskqueue name for better efficiency and optimization. - Added comments to enhance code readability and understanding. - Removed unnecessary variable to improve code clarity. - Modified names for better consistency and clarity. - Removed a comment that was no longer relevant. - Created a preservation config struct to make the system more configurable and adaptable. - Implemented configuration options for the preservation system to allow customization and flexibility.
This is change exists to allow for the taskqueue to determine whether or not to use archivematica or not. This could be done in a different way than the current option which is to set the preservation system variable to the a3m taskqueue. I think that simply using the taskqueue variable was a little awkward since it was tide to the a3m configuration struct. I think perhaps changing the a3m struct to a more general purpose preservation system struct or creating a new preservation struct may be more useful.