Closed Bug 816122 Opened 13 years ago Closed 12 years ago

[traceback] MaxRetriesExceededError Can't retry mkt.webapps.tasks.update_manifests ... - mkt.webapps.tasks.update_manifests

Categories

(Marketplace Graveyard :: Validation, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED
2013-01-24

People

(Reporter: cvan, Assigned: robhudson)

Details

http://sentry.dmz.phx1.mozilla.com/marketplace-dev/group/3098/ First seen November 1. '<@task: mkt.webapps.tasks.update_manifests>' MaxRetriesExceededError: Can't retry mkt.webapps.tasks.update_manifests[a11d872f-e11c-4fe4-9480-39e168f74bc7] args:([394368L, 366239L],) kwargs:{'check_hash': True, 'retries': {394368L: 1, 366239L: 1}} Stacktrace (most recent call last): File "celery/execute/trace.py", line 153, in trace_task R = retval = task(*args, **kwargs) File "nuggets/celeryutils.py", line 35, in wrapped return fun(*args, **kw) File "amo/decorators.py", line 160, in wrapper return f(*args, **kw) File "amo/decorators.py", line 152, in wrapper return f(*args, **kw) File "mkt/webapps/tasks.py", line 75, in update_manifests countdown=3600) File "celery/app/task/__init__.py", line 559, in retry self.name, options["task_id"], args, kwargs))
It's hard for me to say who owns this one. Basta or robhudson? I'll give to ashort to investigate and fix or talk to one of those guys. Thanks!
Assignee: nobody → ashort
Priority: -- → P3
Target Milestone: --- → 2012-12-13
Target Milestone: 2012-12-13 → 2012-12-20
Target Milestone: 2012-12-20 → 2013-01-03
Target Milestone: 2013-01-03 → 2013-01-10
After a lot of squinting at logs and sentry tracebacks, I don't see any apps being sent to the re-review queue by this code. I'm going to work on fixing that.
Target Milestone: 2013-01-10 → 2013-01-17
sounds like robhudson is fixing this
Assignee: ashort → robhudson.mozbugs
Target Milestone: 2013-01-17 → 2013-01-24
https://github.com/mozilla/zamboni/commit/92b5a6b This logs retries, and also uses `eta` instead of `countdown` which seemingly has a timezone bug. `eta` will have more accurate retry durations.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.