socorro deploy: 370 (pub/sub)
Categories
(Socorro :: Infra, task, P1)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
We want to do a Socorro -prod deploy today tagged 370.
It consists of the following:
(current tag: 369 - a3894cb
)
075a9a1
: Redo FetchTransformSaveApp and queueing (willkg)
9d8316a
: Fix docs; remove some extraneous code (willkg)
7976b17
: Add missing blank line (willkg)
97d571b
: Change Buildhub base URL (peterbe)
86126c8
: bug 1527345: implement Pub/Sub queue and scaffolding (willkg)
172155b
: Add Pub/Sub container to test environment (willkg)
fccf38c
: Redo verifyprocessed to use concurrent futures (willkg)
aaa875f
: bug 1536147: restructure archivescraper to use multiple processes (willkg)
724909f
: bug 1527346: switch webapp to use Pub/Sub (willkg)
04292ad
: Switch processor from RabbitMQ to Pub/Sub (willkg)
2bcf8ac
: bug 1536903: add bulk process for missing processed crashes (willkg)
c26ae6b
: bug 1527346: configure service_account_file for webapp (willkg)
8549115
: bug 1400076: rework collector service to work right (willkg)
7d0f45b
: bug 1527345: fix handling of "test" crash ids (willkg)
76a99b3
: Minor fixes (willkg)
27dc479
: bug 1527346: use credentials file when creating PublisherClient (willkg)
db07e4a
: Switch to readthedocs config file (willkg)
ba169f8
: bug 1536903: improve bulk processing performance (willkg)
8eaca3d
: bug 1527345: fix PubSubCrashQueue iterator (willkg)
e6e73a2
: bug 1536903: fix queryset for processing in admin (willkg)
c49f1b5
: bug 1527345: reduce Pub/Sub pulling (willkg)
753f5d0
: Add code of coduct file (willkg)
3f64b40
: bug 1539272: switch to 3.6.8-slim-stretch (willkg)
f513ab5
: bug 1539233: add is_processed bookkeeping field (willkg)
13fc401
: bug 1539233: check if missing crashes have since been processed (willkg)
7f88ecd
: bug 1540248: fix setting up docker-compose in CI (willkg)
(next tag: 370 - f3dd390
)
Assignee | ||
Comment 1•6 years ago
|
||
This needs to happen after bug #1540831 happens.
This needs to go with ops and configuration changes, too.
Assignee | ||
Comment 2•6 years ago
|
||
Tagged 370 just now:
$ git show 370
ag 370
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Mon Apr 1 17:43:16 2019 -0400
Tag 370 for deploy (pub/sub)
075a9a1: Redo FetchTransformSaveApp and queueing (willkg)
9d8316a: Fix docs; remove some extraneous code (willkg)
7976b17: Add missing blank line (willkg)
97d571b: Change Buildhub base URL (peterbe)
86126c8: bug 1527345: implement Pub/Sub queue and scaffolding (willkg)
172155b: Add Pub/Sub container to test environment (willkg)
fccf38c: Redo verifyprocessed to use concurrent futures (willkg)
aaa875f: bug 1536147: restructure archivescraper to use multiple processes (willkg)
724909f: bug 1527346: switch webapp to use Pub/Sub (willkg)
04292ad: Switch processor from RabbitMQ to Pub/Sub (willkg)
2bcf8ac: bug 1536903: add bulk process for missing processed crashes (willkg)
c26ae6b: bug 1527346: configure service_account_file for webapp (willkg)
8549115: bug 1400076: rework collector service to work right (willkg)
7d0f45b: bug 1527345: fix handling of "test" crash ids (willkg)
76a99b3: Minor fixes (willkg)
27dc479: bug 1527346: use credentials file when creating PublisherClient (willkg)
db07e4a: Switch to readthedocs config file (willkg)
ba169f8: bug 1536903: improve bulk processing performance (willkg)
8eaca3d: bug 1527345: fix PubSubCrashQueue iterator (willkg)
e6e73a2: bug 1536903: fix queryset for processing in admin (willkg)
c49f1b5: bug 1527345: reduce Pub/Sub pulling (willkg)
753f5d0: Add code of coduct file (willkg)
3f64b40: bug 1539272: switch to 3.6.8-slim-stretch (willkg)
f513ab5: bug 1539233: add is_processed bookkeeping field (willkg)
13fc401: bug 1539233: check if missing crashes have since been processed (willkg)
7f88ecd: bug 1540248: fix setting up docker-compose in CI (willkg)
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAlyihf0ACgkQGL3RpvBm
7BFX7wf/UnUiWslfvystpkBB0ZIEE788cC3jprpHH35ASlnDjBwQ6RIEGtPImvP9
4NW2ezk1N5TlmoeDZWdovjb27i7evj+Xo1kdHysazq29xcBGhycNi1vgkHstJtPH
CJbUnuwUUp2qKhneAOcmMorzQw69CoF0T9VZKvrkrfNFg6gSPNu5gD/3oqOorYZ0
nSMG9T9TfoguA8CzJ9Vqi4KRZhDuM0vzJsCuvwdBGlVvJQeSUaBK0PNhIp2s6T1m
6vJ0q5SpTVpOalRmtKKOc2m/TWQejtxdr43es14cq7D4kG4sNRxeBYHNPHsvpK+X
YPSn0zyDgUbjm9xpKHTEKgMIyqK/sw==
=T+R9
-----END PGP SIGNATURE-----
commit f3dd390c30921d70de7bb81ed96f94e3b843d1bf (HEAD -> master, tag: 370, official/master)
Merge: 1837e143c 7f88ecdfb
Author: Will Kahn-Greene <willkg@users.noreply.github.com>
Date: Fri Mar 29 20:27:27 2019 -0400
Merge pull request #4867 from willkg/1540248-dc-ci
bug 1540248: fix setting up docker-compose in CI
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Everything looks good. The processor is processing crashes from Pub/Sub. Marking as FIXED.
Description
•