-
Notifications
You must be signed in to change notification settings - Fork 10
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
Document lightblue-migrator #77
Comments
Setting the job configuration field threadCount < 1 will result in no jobs being executed. |
|
Some useful queries, for those with access to the mongo cli: What jobs are running right now:
Assuming you have a field to track when a record was migrated (
|
You are correct. I updated my earlier post to ensure no confusion later. |
Document how to configure GRAPHITE or STATSD lightblue::application::migrator::serviceJvmOptions:
- DSTATSD_PREFIX=myprefix
- DSTATSD_HOSTNAME=localhost
- DSTATSD_PORT=1234 |
Document how to set custom log4.properties lightblue::application::migrator::serviceJvmOptions:
- Dlog4j.configuration=file:/path/to/log4j.properties |
This is a task to document the lightblue-migrator, and also a place to drop notes on to ensure it gets documented.
The text was updated successfully, but these errors were encountered: