Closed
Bug 1462752
Opened 7 years ago
Closed 7 years ago
Please deploy kinto-dist 7.1.0 to kinto-webextensions prod
Categories
(Cloud Services :: Operations: Kinto, task)
Cloud Services
Operations: Kinto
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glasserc, Unassigned)
References
Details
This release includes a process-user-events which listens to an SQS queue and deletes data for deleted users.
v7.1.0 has been deployed to -stage.
Does this ticket need to wait for https://github.com/mozilla-services/cloudops-deployment/pull/2000, or the other way around?
| Reporter | ||
Comment 2•7 years ago
|
||
My understanding from the comments that :mostlygeek made on the PR is that it should be merged after deployment, but NI'ing him to be sure.
Flags: needinfo?(bwong)
Comment 3•7 years ago
|
||
PR#2000 needs to be updated and merged first. The main thing that needs to be done in PR#2000 is configuring and running the new SQS consumer on the Kinto web heads. Once we have that we can deploy and test on stage before rolling it out to production.
Flags: needinfo?(bwong)
[1] updated, and deployed to -stage, meaning the SQS consumer is running on -stage and ready to be tested.
[1] https://github.com/mozilla-services/cloudops-deployment/pull/2000
Comment 5•7 years ago
|
||
Ethan, can you confirm that we can deploy 11.1.0 instead?
Flags: needinfo?(eglassercamp)
| Reporter | ||
Comment 6•7 years ago
|
||
I think kintowe prod is running 9.2.3 already
```
> http https://webextensions.settings.services.mozilla.com/v1/
HTTP/1.1 200 OK
Access-Control-Expose-Headers: Content-Length, Alert, Retry-After, Backoff
Connection: keep-alive
Content-Length: 733
Content-Type: application/json
Date: Wed, 31 Oct 2018 14:23:37 GMT
X-Content-Type-Options: nosniff
{
"capabilities": {
"default_bucket": {
"description": "The default bucket is an alias for a personal bucket where collections are created implicitly.",
"url": "https://kinto.readthedocs.io/en/latest/api/1.x/buckets.html#personal-bucket-default"
},
"fxa": {
"description": "You can authenticate to that server using Firefox Account.",
"url": "https://github.com/Kinto/kinto-fxa",
"version": "2.5.2"
},
"quotas": {
"description": "Quotas Management on buckets and collections.",
"url": "https://kinto.readthedocs.io"
}
},
"http_api_version": "1.2",
"project_docs": "https://kinto.readthedocs.io/",
"project_name": "kinto",
"project_version": "9.2.3",
"settings": {
"batch_max_requests": 25,
"readonly": false
},
"url": "https://webextensions.settings.services.mozilla.com/v1/"
}
```
I think we should close this.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(eglassercamp)
Resolution: --- → FIXED
| Reporter | ||
Comment 7•7 years ago
|
||
Sorry, I should clarify, kinto 9.2.3 was included in kinto-dist 7.3.1. Either way this is sorted.
You need to log in
before you can comment on or make changes to this bug.
Description
•