Skip to content

Instantly share code, notes, and snippets.

View adkatrit's full-sized avatar
🎯
Focusing

Jarrod Parker adkatrit

🎯
Focusing
View GitHub Profile
@adkatrit
adkatrit / .block
Last active October 30, 2017 16:35
Histogram II
license: gpl-3.0
@adkatrit
adkatrit / genie-heartbeat.sh
Last active August 23, 2017 14:57
Genie Job Heartbeat
# requires jq, curl
# genie_job_status <HOST> <JOB_ID>
genie_job_status(){
GENIE_HOST=$1;
GENIE_JOB_ID=$2;
curl --silent "$GENIE_HOST/api/v3/jobs?size=100" | jq -rc '._embedded.jobSearchResultList[] | [.id,.status]' | grep $GENIE_JOB_ID;
}
# job_heartbeat <HOST> <JOB_ID> <BEEP INTERVAL IN SECONDS>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.