Skip to content

Commit f33b90c

Browse files
committed
Provide job id instead of globalid
1 parent f37c6bd commit f33b90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/stream_recording.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ def self.config
2929
active.map do |s|
3030
{
3131
id: s.id,
32-
gid: s.to_global_id.to_s,
3332
podcast_id: s.podcast_id,
3433
url: s.url,
3534
start_date: s.start_date,
3635
end_date: s.end_date,
3736
record_days: s.record_days,
3837
record_hours: s.record_hours,
38+
job_id: "#{s.podcast_id}/#{s.id}/:date/:hour",
3939
callback: PorterUtils.callback_sqs
4040
}
4141
end

0 commit comments

Comments
 (0)