Skip to content
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

Only bin/graph current sync #376

Merged
merged 3 commits into from
Aug 29, 2022
Merged

Only bin/graph current sync #376

merged 3 commits into from
Aug 29, 2022

Conversation

casey
Copy link
Collaborator

@casey casey commented Aug 25, 2022

No description provided.

justfile Outdated
ssh root@{{host}} 'journalctl -u ord > ord.log'
rsync --progress root@{{host}}:ord.log ord.log

graph host="ordinals.com":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this depend on download-log ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could, although download-log is actually pretty slow. It takes around 3 minutes to download the current log from ordinals.com, so you probably don't want to re-download it every time you view the graph.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah okay. Other than that does host need to be passed in to graph? It isn't used anywhere currently

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Removed it.

@casey casey merged commit 602ca3b into master Aug 29, 2022
@casey casey deleted the download-graph branch August 29, 2022 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants