@@ -13,7 +13,7 @@ This cronjob interacts with the Coscine Api and the Metadata Extraction API to e
## ⚙️ Configuration
The deployment script uses a configuration class `MetadataExtractorCronConfiguration` to manage settings such as:
-`IsEnabled`: Toggles the deployer on or off.
-`IsEnabled`: Toggles the extractor on or off.
-`MetadataExtractionUrl`: Specifies the metadata extraction service URL.
-`DetectionByteLimit`: Specifies limit the metadata extraction cronjob should adhere to.
-`Logger` Configuration: Specifies the logging level and output directory.
...
...
@@ -41,15 +41,9 @@ To get started with this project, you will need to ensure you have configured an
To use the **MetadataExtractorCron**, execute the main program with appropriate command-line arguments to control its operation.
### Running the Deployer
```sh
dotnet MetadataExtractorCron
```
## 👥 Contributing
As an open source plattform and project, we welcome contributions from our community in any form. You can do so by submitting bug reports or feature requests, or by directly contributing to Coscine's source code. To submit your contribution please follow our [Contributing Guideline](https://git.rwth-aachen.de/coscine/docs/public/wiki/-/blob/master/Contributing%20To%20Coscine.md).
As an open source platform and project, we welcome contributions from our community in any form. You can do so by submitting bug reports or feature requests, or by directly contributing to Coscine's source code. To submit your contribution please follow our [Contributing Guideline](https://git.rwth-aachen.de/coscine/docs/public/wiki/-/blob/master/Contributing%20To%20Coscine.md).