Skip to content

Instantly share code, notes, and snippets.

@escusado
Last active October 10, 2016 21:27
Show Gist options
  • Save escusado/6b46871860414cf6a8bb71011a1958c6 to your computer and use it in GitHub Desktop.
Save escusado/6b46871860414cf6a8bb71011a1958c6 to your computer and use it in GitHub Desktop.
job uuid from database
(metabase get sites with < 3 Layers)
get procesing job id (from datacapture in question)
procesing jobs table get uuid (uuid = job id)
go to papertrail
go to events (paste uuid in filter)
found out what was the last job who touched it
(keep in mind precog is on firebase)
get instance id to check the computer logs
DLQ (AWS)
DataDog
(the machines run for 6h then shut down)
track job time on metabase (processing jobs using uuid)
precog queue on firebase
(skypad, restart instance id, and jobstate to 0)
"queu/pipline/production.skypad/uuid-precog"
"lambda-octo-sqs bridge" - default workflow - and check what triggers what
using post man, to trigger, (in this case) the completion of an upload, cook a "upload complete" event on the api
"get the project inside a job (on firebase) to get the project data needed to cook the call for completion
aws (has the instance id), the aws instance, has a jobId that should match the jon uuid
"type" is where the process faild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment