Implement PubSub queue class for GCP in Socorro
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
People
(Reporter: relud, Assigned: relud)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
like bug 1878423 but the socorro class must read and write to pubsub.
make sure to test the integration in both socorro and webapp.
testing a non-default queue in webapp will require a separate pytest call which should follow the practice set forth in bug 1885442
pubsub no longer supports return_immediately
for pull operations, so CI tests should make use of the "test"
crash id to avoid slow tests because the server is waiting for more messages that aren't coming. This aspect also needs to be tested carefully in stage to determine the impact of pulling from normally-empty priority and reprocessing queues.
Assignee | ||
Comment 1•8 months ago
|
||
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 2•7 months ago
|
||
relud merged PR [mozilla-services/socorro]: bug-1886018: support pubsub crashqueue (#6554) in e03e1fe.
Assignee | ||
Comment 3•7 months ago
|
||
resolved before merging to prod because this change shouldn't impact AWS prod
Assignee | ||
Comment 4•7 months ago
|
||
reopening due to test failures: https://app.circleci.com/pipelines/github/mozilla-services/socorro/3054/workflows/667411a2-852c-426e-b546-bd29ed61dafa/jobs/9142
Assignee | ||
Comment 5•7 months ago
|
||
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 6•7 months ago
|
||
relud merged PR [mozilla-services/socorro]: bug-1886018: Fix flaky tests due to pubsub duplicate delivery (#6571) in 1a17a08.
Comment 7•7 months ago
•
|
||
This is another CI failure from what looks to be another flaky test:
Assignee | ||
Comment 8•7 months ago
|
||
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 9•7 months ago
|
||
relud merged PR [mozilla-services/socorro]: bug-1886018: add delay in pubsub tests between publish and pull (#6575) in bbcd80f.
Assignee | ||
Comment 10•7 months ago
|
||
Assignee | ||
Comment 11•7 months ago
|
||
Description
•