Closed
Bug 772415
Opened 13 years ago
Closed 13 years ago
www-dev.allizom.org and www.allizom.org are not auto-updating
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rik, Assigned: cturra)
Details
It seems that those websites are not auto-updating anymore.
Expected:
http://www-dev.allizom.org/en-US/webmaker/videos/ contains two videos.
Actual:
http://www-dev.allizom.org/en-US/webmaker/videos/ only has one.
Reporter | ||
Comment 1•13 years ago
|
||
I received this yesterday:
Subject: Cron <root@bedrockadm> /data/bedrock-stage/src/update-www.allizom.org-django.sh
svn: E175002: Unable to connect to a repository at URL 'http://svn.mozilla.org/projects/mozilla.com/trunk/locales'
svn: E175002: OPTIONS of 'http://svn.mozilla.org/projects/mozilla.com/trunk/locales': could not connect to server (http://svn.mozilla.org)
Traceback (most recent call last):
File "manage.py", line 24, in <module>
manage.main()
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/src/funfactory/funfactory/manage.py", line 139, in main
execute_manager(current_settings)
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/lib/python/django/core/management/__init__.py", line 438, in execute_manager
utility.execute()
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/lib/python/django/core/management/__init__.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/lib/python/django/core/management/base.py", line 191, in run_from_argv
self.execute(*args, **options.__dict__)
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/lib/python/django/core/management/base.py", line 220, in execute
output = self.handle(*args, **options)
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/lib/python/django/core/management/base.py", line 351, in handle
return self.handle_noargs(**options)
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/src/django-mozilla-product-details/product_details/management/commands/update_product_details.py", line 52, in handle_noargs
self.download_directory(self.PROD_DETAILS_URL, self.PROD_DETAILS_DIR)
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/src/django-mozilla-product-details/product_details/management/commands/update_product_details.py", line 64, in download_directory
json_files = self.get_file_list(src, dest)
File "/data/bedrock-stage/src/www.allizom.org-django/bedrock/vendor/src/django-mozilla-product-details/product_details/management/commands/update_product_details.py", line 108, in get_file_list
if e.code == httplib.NOT_MODIFIED:
AttributeError: 'URLError' object has no attribute 'code'
Reporter | ||
Comment 2•13 years ago
|
||
So those sites did update but not at the regular 15 minutes interval. Can anyone look into why?
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-webops → cturra
Assignee | ||
Comment 3•13 years ago
|
||
:rik as discussed on irc, i don't see any obvious error during this time period. there are crons in place for stage and dev to update the environments every 10 minutes...
dev:
0-59/10 * * * * root /data/bedrock-dev/src/update-www-dev.allizom.org.sh
1-59/10 * * * * root /data/bedrock-dev/src/update-www-dev.allizom.org-django.sh
stage:
0-59/10 * * * * root /data/bedrock-stage/src/update-www.allizom.org.sh
1-59/10 * * * * root /data/bedrock-stage/src/update-www.allizom.org-django.sh
i will close this as WONTFIX, but please re open it if you see these environments updates stop. our next course of action will be to make the cron logging more verbose ;)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•