storj/scripts
Jeff Wendling f671eb2beb satellite/satellitedb: use queue for orders to get back fast billing
This change adds two new tables to process orders as fast as we used
to but in an asynchronous manner and with hopefully less storage
usage. This should help scale on cockroach, but limits us to one
worker. It lays the groundwork for the order processing pipeline to
be queue rather than database driven.

For more details, see the added fast billing changes blueprint.

It also fixes the orders db so that all the timestamps that are
passed to columns that do not contain a time zone are converted to
UTC at the last possible opportunity, making it less likely to use
the APIs incorrectly. We really should migrate to include timezones
on all of our timestamp columns.

Change-Id: Ibfda8e7a3d5972b7798fb61b31ff56419c64ea35
2020-02-24 17:07:07 +00:00
..
testdata satellite/satellitedb: use queue for orders to get back fast billing 2020-02-24 17:07:07 +00:00
tests cmd/gateway: use a separate repository 2020-02-24 10:03:03 +02:00
waitlist Waitlist script (#573) 2018-11-06 18:43:20 +01:00
benchmark.sh Adding benchmarking script that reports response times. 2019-12-16 16:34:01 -05:00
cert-gating.sh Delete Bootstrap and Kademlia (#2974) 2019-10-04 16:48:41 -04:00
check-satellite-config-lock.sh Update Notification Text to new process (#2120) 2019-06-04 22:43:07 -04:00
deploy-storagenode.sh storagenode/buildscript: Overwrite existing docker manifest file (#2934) 2019-09-04 18:55:03 +02:00
deploy-watchtower.sh Script for deploying the Docker manifest for watchtower (#3015) 2019-09-12 17:38:48 +03:00
gerrit-cla.py gerrit: add cla 2019-06-19 18:28:53 +00:00
install-awscli.sh Travis with go1.11 and modules (#479) 2018-10-16 20:02:00 +03:00
pg-to-crdb.go scripts: Add script that filters postgres plaintext backup to cockroachdb compat. 2019-12-16 22:11:16 +00:00
postgres-dev.sh scripts: use postgres script with all tests (#3404) 2019-10-31 07:03:54 -07:00
release.sh private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
tag-release.sh release/script: allow RC release tags 2020-01-07 10:43:03 +00:00
test-aio.sh server side macaroons (#1945) 2019-05-24 10:51:27 -06:00
test-aws-benchmark.sh aws s3 performance tests (#2060) 2019-05-28 11:46:58 -07:00
test-backwards.sh jenkins: use lower segment size for back comp test (#3097) 2019-11-06 05:53:38 -08:00
test-certificates.sh fix certificates auth export command (#3110) 2019-09-24 10:38:18 -06:00
test-network-stalls.go common: separate repository 2019-12-27 14:11:15 +02:00
test-sim-aws.sh jenkins: run storj-sim integration tests with cockraochdb (#3723) 2019-12-10 11:18:02 -08:00
test-sim-backwards-dev.sh scripts: use postgres script with all tests (#3404) 2019-10-31 07:03:54 -07:00
test-sim-backwards.sh pkg/miniogw: gateway implementation with new libuplink 2020-02-21 16:20:38 +01:00
test-sim-benchmark.sh aws s3 performance tests (#2060) 2019-05-28 11:46:58 -07:00
test-sim-dev.sh scripts: use postgres script with all tests (#3404) 2019-10-31 07:03:54 -07:00
test-sim.sh scripts: automated test for testing uplink share command (#3736) 2020-01-17 12:57:38 +02:00
test-uplink-share.sh scripts: automated test for testing uplink share command (#3736) 2020-01-17 12:57:38 +02:00
test-uplink.sh cmd/uplink: import imports 'access' into existing configuration 2020-01-14 13:18:48 +00:00
update-access.go pkg/miniogw: gateway implementation with new libuplink 2020-02-21 16:20:38 +01:00
update-satellite-config-lock.sh scripts: Fix warn message update sat config lock (#3029) 2019-09-12 18:10:22 +02:00
utils.sh cmd/certificates: auth export improvements & certificates test script (#2897) 2019-09-04 19:58:38 +02:00