-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch vo-cutouts to use Wobbly for jobs
Instead of directly connecting to a database, change the vo-cutouts application to use Wobbly as the backend for job storage. Remove all the schema management and database connection logic from vo-cutouts, which will no longer require it. Bump the application version to the new version that supports Wobbly.
- Loading branch information
Showing
13 changed files
with
8 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
130 changes: 0 additions & 130 deletions
130
applications/vo-cutouts/templates/job-schea-update.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
config: | ||
serviceAccount: "[email protected]" | ||
storageBucketUrl: "gs://rubin-cutouts-dev-us-central1-output/" | ||
|
||
cloudsql: | ||
enabled: true | ||
instanceConnectionName: "science-platform-dev-7696:us-central1:science-platform-dev-e9e11de2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
config: | ||
serviceAccount: "[email protected]" | ||
storageBucketUrl: "gs://rubin-cutouts-int-us-central1-output/" | ||
|
||
cloudsql: | ||
enabled: true | ||
instanceConnectionName: "science-platform-int-dc5d:us-central1:science-platform-int-8f439af2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
config: | ||
serviceAccount: "[email protected]" | ||
storageBucketUrl: "gs://rubin-cutouts-stable-us-central1-output/" | ||
|
||
cloudsql: | ||
enabled: true | ||
instanceConnectionName: "science-platform-stable-6994:us-central1:science-platform-stable-0c29612b" |
Oops, something went wrong.