We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In development, it's useful to be able to run things that use this module but without having a pushgateway available. We should allow that, perhaps just if PUSHGATEWAY is not set, or perhaps if some other env var like NO_PUSHGATEWAY is set. See https://github.com/hathitrust/feed_internal/pull/78/files#diff-e0477c604dc9ef0eafe909684fc6c7edb2180d9bd85c70c595b5adf82ed9d45aR658-R678 for an example of a mocked progress tracker.
PUSHGATEWAY
NO_PUSHGATEWAY
Once this is available we should update any dependencies of ProgressTracker (post-zephir processing, ingest, ...?) to use this.
ProgressTracker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In development, it's useful to be able to run things that use this module but without having a pushgateway available. We should allow that, perhaps just if
PUSHGATEWAY
is not set, or perhaps if some other env var likeNO_PUSHGATEWAY
is set. See https://github.com/hathitrust/feed_internal/pull/78/files#diff-e0477c604dc9ef0eafe909684fc6c7edb2180d9bd85c70c595b5adf82ed9d45aR658-R678 for an example of a mocked progress tracker.Once this is available we should update any dependencies of
ProgressTracker
(post-zephir processing, ingest, ...?) to use this.The text was updated successfully, but these errors were encountered: