Actions
Feature #8697
openCheck for finished download/processing jobs
Status:
In Progress
Priority:
Normal
Assigned To:
Category:
Publishing
Target version:
Story points:
1.0
Description
Implement as a long-running process that polls and then waits {configurable} seconds
When a download job succeeds, create a UserFile record for each file in the output collection that- has location == output of download job
- belongs to the appropriate participant
- appears on the participant's public profile page
- appears on the participant's "data files" list
- update report_content_locator = job output
- send email to user
- add entry to user log
- send email to site admins
Implementation¶
New UserFile attributest.integer "study_id"
Updated by Tom Clegg almost 9 years ago
- Subject changed from Check for finished download jobs, update user_file data location = job output to Check for finished download/processing jobs
- Description updated (diff)
Updated by Tom Clegg almost 9 years ago
- Category set to Publishing
- Assigned To set to Tom Clegg
Updated by Tom Clegg almost 9 years ago
8697-ruby187-compat @ commit:arvados|58367f9
Actions