Arik Fraimovich
|
c054731794
|
Change: close metadata database connection early in the execute query
Celery task. This to prevent the task holding an idle connection for
a long period of time, while waiting for the query to finish.
|
2018-03-08 11:06:15 +02:00 |
|
Arik Fraimovich
|
3807510bfe
|
Split refresh schemas into separate tasks and add a timeout.
|
2017-05-18 13:39:34 +03:00 |
|
Arik Fraimovich
|
d8a0885953
|
Fix: tests were using old method signature
|
2017-03-06 21:22:29 +02:00 |
|
Arik Fraimovich
|
83e6b6f50c
|
Tests use the same session as the tested code, and we can't use the same
objects after the tested code calls commit() without disabling expire
on commit.
It seems like a safe thing in our case.
|
2017-03-06 13:49:29 +02:00 |
|
Allen Short
|
2407b115e4
|
Exponential backoff for failing queries
|
2017-02-22 10:29:08 -06:00 |
|
Allen Short
|
ca3e125da8
|
Refactor outdated_queries/refresh_queries tests
|
2017-02-22 10:28:35 -06:00 |
|
Arik Fraimovich
|
907b33b5a0
|
Fix: tests failling because they run on different app contextes
|
2017-02-22 14:06:47 +02:00 |
|
Arik Fraimovich
|
3e23143910
|
Fix: alert subscriptions were not triggered
|
2017-02-18 12:30:02 +02:00 |
|
Arik Fraimovich
|
8c2b310419
|
Add tests to alerts celery task
|
2016-12-07 12:01:22 +02:00 |
|
Arik Fraimovich
|
4459c464ca
|
use Query#query_text instead of Query#query
|
2016-12-07 02:13:20 -06:00 |
|
Arik Fraimovich
|
f4c76527ee
|
Fix refresh queries tests
|
2016-12-07 02:13:20 -06:00 |
|
Allen Short
|
ea166665d3
|
test_models passes
|
2016-12-07 02:13:20 -06:00 |
|
Arik Fraimovich
|
6c5dd09a78
|
Add change tracking and fix tests
|
2016-10-26 16:09:55 +03:00 |
|
Arik Fraimovich
|
ae2cd5363f
|
Change: pass the user object to the run_query method
This to allow different use cases like checking permissions
based on who is currently running the query.
|
2016-10-20 23:42:25 +03:00 |
|
Arik Fraimovich
|
7159f0beb0
|
Remove potnetially concurrency not safe code form enqueue_query.
This might have been causing the behavior described in #1097.
|
2016-06-09 16:53:29 +03:00 |
|
Arik Fraimovich
|
b67f412f58
|
Add test for enqueue_query
|
2016-06-08 20:00:59 +03:00 |
|
Arik Fraimovich
|
59f8af2c44
|
Switch to Redis for pause state storage
|
2016-05-30 22:44:09 +03:00 |
|
Arik Fraimovich
|
9538ee7c31
|
Feature: API to pause a data source
|
2016-05-30 18:30:05 +03:00 |
|
Arik Fraimovich
|
b2e2277d0b
|
Fix: old task trackers were not really removed
|
2016-05-19 09:58:30 +03:00 |
|
Arik Fraimovich
|
d38ab20c45
|
Feature: running queries (tasks) monitor
- Refactored tasks module into a package.
- Add new admins screens (running queries & outdated queries).
|
2016-04-18 13:46:31 +03:00 |
|