gorealis-v2/examples
Renan I. Del Valle b505304b79
Adding autopause APIs to future (#110)
* Updating thrift definitions to add autopause for batch based update strategies.

* Adding batch calculator utility and test cases for it.

* Adding PauseUpdateMonitor which allows users to poll Aurora for information on an active Update being carried out until it enters the ROLL_FORWARD_PAUSED state.

* Tests for PauseUpdateMonitor and VariableBatchStep added to the end to end tests.

* Adding TerminalUpdateStates function which returns a slice containing all terminal states for an update. Changed signature of JobUpdateStatus from using a map for desired states to a slice. A map is no longer necessary with the new version of thrift and only adds complexity.
2020-01-13 16:03:40 -08:00
..
certs make insecureskipverify configurable (#40) 2017-12-12 14:04:11 -08:00
client.go Adding autopause APIs to future (#110) 2020-01-13 16:03:40 -08:00
clusters.json use exponential back off func from realis lib (#39) 2017-11-04 15:06:26 -07:00
config.json Fix JSON client example and Update documentation. (#67) 2018-07-13 11:14:11 +02:00
job.json First example using a JSON blob as the configuration for a job 2016-08-19 15:25:15 -07:00
job_dce.json Fix JSON client example and Update documentation. (#67) 2018-07-13 11:14:11 +02:00
job_thermos.json Fix JSON client example and Update documentation. (#67) 2018-07-13 11:14:11 +02:00
jsonClient.go Running goimports on all repository to conform to newest goimports. 2018-12-19 15:33:35 -08:00
thermos_cron_payload.json Fixed clusters.json loader tester. Initial testing for CreateJob, KillJob, ScheduleCronJob, StartCronJob, DeschedulerCronJob 2016-10-01 01:54:11 -04:00
thermos_payload.json Cleaned up the README and added new information to Getting_Started. 2016-08-10 11:46:08 -07:00