tl-its-umich-edu / canvas

Integration scripts between ITS TL and Instructure Canvas
Other
3 stars 8 forks source link

TLUNIZIN-548 send email when there is SIS upload warnings #63

Closed zqian closed 9 years ago

zqian commented 9 years ago

Parse the upload result json, and find whether there is a "processing_warnings" element value. Include those values in the alert email message.

pushyamig commented 9 years ago

Looks Good

dovek commented 9 years ago

I have nothing to add beyond what Pushyami and David said except for this: why was 10 seconds decided on the sleep time?

zqian commented 9 years ago

10 seconds is the default value for sleep time. In fact, this value is read from the configuration file, see line 47.