Daniel García Aubert
c103d315af
Release 1.27.0
2016-04-05 16:06:16 +02:00
Daniel
423e729e11
Merge pull request #283 from CartoDB/batch-improve-startup
...
Improved initialization in Batch API
2016-04-05 15:46:21 +02:00
Daniel
86b97ee24d
Merge pull request #280 from CartoDB/batch-multiquery-jobs
...
Batch multiquery jobs
2016-04-05 15:45:22 +02:00
Daniel García Aubert
7121b3b800
Passed test
2016-04-04 20:05:58 +02:00
Daniel García Aubert
1414e0a9dd
Fix #276 , reload subcription to PUBSUB channel and looks for queues every 10 minutes
2016-04-04 20:00:18 +02:00
Daniel García Aubert
b62edcb64f
Refactored batch-api startup. Isolated code related to queue discovering, api much clear and concise.
2016-04-04 16:05:33 +02:00
dgaubert
ed070e3040
Used SCAN instead of KEYS for looking for queues when Batch API starts
2016-04-01 15:03:32 +02:00
dgaubert
e2cc09f1dd
Allowed modification to multiquery-jobs if its status is pending
2016-04-01 11:33:27 +02:00
dgaubert
c886e05b87
Improved condition in job backend
2016-03-31 19:14:38 +02:00
dgaubert
5c5c151237
Added failed_reason to query in multiquery jobs
2016-03-31 19:03:38 +02:00
dgaubert
e8a44136c5
Now Batch API looks for queues with jobs to consume at service initialization time
2016-03-31 17:37:35 +02:00
dgaubert
270cdf8969
Set pending to multiquery job when draining
2016-03-31 15:11:35 +02:00
dgaubert
f95e8ef7f2
Fixed job status when failing
2016-03-31 13:36:58 +02:00
dgaubert
fd9bfe277e
Implemented multiquery jobs for Batch API
2016-03-31 12:39:03 +02:00
dgaubert
ef65350771
Returns job from redis after change any job status
2016-03-30 16:44:55 +02:00
dgaubert
b5089e9ec7
Merge branch 'batch-multiquery-jobs' of github.com:CartoDB/CartoDB-SQL-API into batch-multiquery-jobs
2016-03-30 11:37:04 +02:00
csobier
c5610452f9
Merge pull request #281 from CartoDB/docs-753-move-error-codes
...
updated description about SQL response errors
2016-03-29 07:57:33 -04:00
csobier
de6f12b9bc
updated description about SQL response errors
2016-03-28 12:58:44 -04:00
Daniel García Aubert
c220b157b4
Removed extra empty lines
2016-03-21 19:47:07 +01:00
Daniel García Aubert
efca278bec
Fixed error updating multiquery job
2016-03-21 19:43:28 +01:00
Daniel García Aubert
aefd32ee06
Improved message in failed_error property for multi-query jobs
2016-03-21 15:10:05 +01:00
Daniel García Aubert
ee0821a518
Changed error message in batch api
2016-03-21 12:29:43 +01:00
Daniel García Aubert
689f97c1c7
Improved function naming and query error message.
2016-03-21 12:09:54 +01:00
Daniel García Aubert
705e649b80
Fixed style typos
...
Please enter the commit message for your changes. Lines starting
2016-03-18 18:19:00 +01:00
Daniel García Aubert
a32fa7b108
Implemented new test for multiquery jobs
2016-03-18 18:12:01 +01:00
Daniel García Aubert
5e0b86b181
Improved error message in multi-jobs
2016-03-18 16:23:40 +01:00
Daniel García Aubert
dcab147e90
Improved error handling for multi-jobs and cancelation.
2016-03-18 16:05:36 +01:00
Daniel García Aubert
056f22b156
Implemented multi-jobs, user is able to send an array of jobs and batch service will run them in series
2016-03-18 14:57:18 +01:00
Raul Ochoa
dbc7e27f94
Merge pull request #278 from CartoDB/skip-query-tables-cache
...
Skip query tables cache for authenticated requests
2016-03-10 19:22:05 +01:00
Raul Ochoa
66cd1f400f
Skip query tables cache for authenticated requests
2016-03-10 19:20:56 +01:00
Alejandro Martínez
b453f2b2d0
Update shrinkwrap
2016-03-08 16:25:17 +01:00
Alejandro Martínez
ffb1afb962
Release 1.26.0
2016-03-08 16:17:35 +01:00
Alejandro Martínez
e100cfb584
Merge pull request #273 from CartoDB/new_querytables
...
Use node-cartodb-querytables library and add Surrogate-Keys
2016-03-08 15:33:04 +01:00
Raul Ochoa
5ebc8e43d5
Start hits=0 as first time is not a hit
2016-03-08 14:50:08 +01:00
Raul Ochoa
b8460d033e
Add a cache decorator over QueryTables
2016-03-08 14:48:56 +01:00
Raul Ochoa
69fa13ab50
Do not track CDB_ sql function files
2016-03-08 14:09:15 +01:00
Raul Ochoa
dbe033112d
Rethrow error but do not fail when getting affected tables
2016-03-08 14:00:31 +01:00
Daniel García Aubert
9e67d21a05
Passed test
2016-03-02 10:55:35 +01:00
Daniel García Aubert
fbaebfe8f2
Fixed weird message in Batch SQL API
2016-03-02 10:31:14 +01:00
csobier
6ceec10d8d
update error code?
...
@dgaubert , the Update / error code looks weird. Is this how it actually appears? Can we wordsmith the error message a bit? How about "The job status is not pending, it cannot be updated."
2016-03-01 09:41:50 -05:00
csobier
05efab7d39
fixed some typos
2016-03-01 09:26:52 -05:00
csobier
24d7519907
tested output of sql updates in doc
2016-02-29 15:34:11 -05:00
csobier
525660bf64
applied some minor sql api clean-up and added batch api doc
2016-02-29 14:56:51 -05:00
Alejandro Martínez
9262223de4
Add Surrogate-key specs
2016-02-24 11:44:27 +01:00
Alejandro Martínez
cd593e12ce
Join all Surrogate-Keys in one line
2016-02-24 11:43:43 +01:00
Alejandro Martínez
7d024dbf3f
Fix include in query_controller
2016-02-22 19:10:59 +01:00
Alejandro Martínez
613cdeffdd
Rename node-cartodb-query-tables to cartodb-query-tables
2016-02-22 19:08:29 +01:00
Alejandro Martínez
5411aa3a01
Use Date.now() fallback value for getLastUpdatedTime
2016-02-22 19:08:04 +01:00
Alejandro Martínez
2c4b659100
Properly discard errors fetching updated tables
2016-02-22 19:07:41 +01:00
Alejandro Martínez
15f6d1fc1b
Update shrinkwrap
2016-02-22 12:51:11 +01:00