crontabber needs access to S3 crash bucket
Categories
(Socorro :: Infra, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: brian)
References
Details
In bug #1528243, I wrote a crontabber app that lists the keys for raw crash files for a specified day in the S3 crash bucket and then figures out which ones weren't processed.
I pushed that out today and it kicked this up:
https://sentry.prod.mozaws.net/operations/socorro-new-stage/issues/5337472/
This bug covers fixing the crontabber node in stage and prod to have list access to the S3 crash bucket.
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
The code needed s3:GetObject access as well as s3:ListBucket access.
After that, it ran fine:
2019-03-11T19:42:18.854136 INFO socorro.cron.base.VerifyProcessedCronApp: All crashes for 20190310 were processed.
It's definitely running now.
I spun off bug #1534402 to fix the code to wrap the multiprocessing code in Sentry error handling.
Reporter | ||
Comment 3•6 years ago
|
||
I fixed error handling (I think). I think we're good here now.
Description
•