Skip to content

Instantly share code, notes, and snippets.

@pkarman
Created June 1, 2015 18:59
Show Gist options
  • Select an option

  • Save pkarman/3db3b08d1af4f43242fd to your computer and use it in GitHub Desktop.

Select an option

Save pkarman/3db3b08d1af4f43242fd to your computer and use it in GitHub Desktop.
```
#<Sequence:0x00000007d6ecd0
id: "999d0c55-68f6-49af-860f-bdc4c709f0da",
job_id: "9d030ede-755a-4877-8a6c-e662fe2ce72e",
sequence_id: nil,
status: 2,
position: 1,
type: "Sequence",
task_type: nil,
label: nil,
options: nil,
call_back: nil,
result: nil,
created_at: Mon, 01 Jun 2015 16:50:13 UTC +00:00,
updated_at: Mon, 01 Jun 2015 16:52:19 UTC +00:00>
```
```
[#<Task:0x00000008080a40
id: "803f6df4-7d75-418d-b011-a3da6607af19",
job_id: nil,
sequence_id: "999d0c55-68f6-49af-860f-bdc4c709f0da",
status: 2,
position: 2,
type: nil,
task_type: "transcribe",
label: nil,
options: nil,
call_back: nil,
result: nil,
created_at: Mon, 01 Jun 2015 16:50:13 UTC +00:00,
updated_at: Mon, 01 Jun 2015 16:52:19 UTC +00:00>,
#<Task:0x000000080808d8
id: "f792f67f-d9ac-4e2e-adea-bf5f8fdc80e7",
job_id: nil,
sequence_id: "999d0c55-68f6-49af-860f-bdc4c709f0da",
status: 2,
position: 1,
type: nil,
task_type: "cut",
label: "259331",
options:
{"fade"=>"0",
"length"=>"120",
"chunk_duration"=>"5",
"language"=>"en-US",
"max_results"=>"1",
"overlap"=>"0.5",
"profanity_filter"=>"true"},
call_back:
"https://pop-up-archive-staging.herokuapp.com/fixer_callback/files/audio_file/29755?cbt=93aa0bcdf51134f4",
result:
"s3://www-stage-popuparchive/20150530-1708.AyoLiF.popuparchive.org/29_Child_Development.mp3_ts_start.json?x-fixer-metadata%5Bx-archive-meta-mediatype%5D=data",
created_at: Mon, 01 Jun 2015 16:50:13 UTC +00:00,
updated_at: Mon, 01 Jun 2015 16:50:24 UTC +00:00>]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment