1
0
Fork 0
Commit Graph

1859 Commits

Author SHA1 Message Date
Alan Plum da36a1d42e Added support for job type schemas. 2014-08-13 15:37:44 +02:00
Alan Plum 4f5caa805e Fixed undefined CLUSTER_COORDINATOR. 2014-08-12 19:32:26 +02:00
Frank Celler 9350b5a975 start the queue manager once during boot 2014-08-12 19:02:46 +02:00
Alan Plum 1913a7b231 Extracted worker, manager modules from queue. Implemented backOff, delayUntil, success/failure callbacks, push(maxFailures). 2014-08-12 19:02:46 +02:00
Alan Plum fce8ab70f2 Renamed queues.destroy => queues.delete. 2014-08-12 19:02:46 +02:00
Alan Plum f5ad50d930 Return number of pending jobs in queue on push. 2014-08-12 19:02:45 +02:00
Alan Plum 88d684e1d6 Allow creating queues with default number of workers, don't update queue if maxWorkers is not set. 2014-08-12 19:02:45 +02:00
Alan Plum f4f201872c Cache queue objects. 2014-08-12 19:02:45 +02:00
Alan Plum 19578891fb More consistent naming. 2014-08-12 19:02:45 +02:00
Alan Plum aaefbfb79f Removed unused variable. 2014-08-12 19:02:45 +02:00
Alan Plum cc6a141d66 Linting. 💥 2014-08-12 19:02:45 +02:00
Alan Plum 191b3fc88a Implemented worker/manager internals. 2014-08-12 19:02:44 +02:00
Alan Plum 2093c28359 Fixed Foxx.queues. 2014-08-12 19:02:44 +02:00
Alan Plum 123127e57d Exposed Foxx.queues._manager.run. 2014-08-12 19:02:44 +02:00
Alan Plum 698fd3d8ec Revised implementation of Foxx queues. 2014-08-12 19:02:44 +02:00
Alan Plum 76c7920457 Basic implementation. 2014-08-12 19:02:44 +02:00
Michael Hackstein 2622f00915 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-08-12 14:31:23 +02:00
Michael Hackstein dc998e3116 Fixed ahuacatl-general-graph test. It does not depend on the sorting any more 2014-08-12 14:31:18 +02:00
Frank Celler 0cc3bc6f1a fixed foxx initialisation when creating a new database 2014-08-12 12:19:30 +02:00
Frank Celler ec3d0452f3 better names 2014-08-12 10:45:06 +02:00
Frank Celler 7a6d5413a1 database version is now AABBCC, where AA = major, BB = minor, CC = patch 2014-08-12 09:58:42 +02:00
Frank Celler be06ef7f25 new upgrade-database (formely known as version-check) and new startup procedure 2014-08-07 14:12:19 +02:00
scottashton fba85a7c6c GRAPH_VERTICES now returns orphans 2014-07-30 11:23:10 +02:00
scottashton 0a15993322 jslinted filed 2014-07-25 16:09:40 +02:00
scottashton 8776a84447 fixed bug with edgeCollectionRestrictions 2014-07-25 15:55:45 +02:00
Alan Plum facd7dc515 Fixed #961. Undocumented bodies should never throw. 2014-07-24 11:22:30 +02:00
Jan Steemann 328e3c209c fixed another test 2014-07-23 18:50:45 +02:00
Jan Steemann a91af39243 make test succeed after Max's optimization 2014-07-23 17:15:13 +02:00
Jan Steemann 8cb85fd973 optimization for AQL queries with limit 2014-07-23 17:15:01 +02:00
scottashton a30c8fe8ec performance boost for GRAPH_EDGES and GRAPH_NEIGHBORS 2014-07-23 13:49:00 +02:00
Jan Steemann 55a3bb5929 style 2014-07-22 17:39:29 +02:00
Jan Steemann ddf69e99a9 fixed tasks with offset 0.0 2014-07-21 14:22:39 +02:00
Alan Plum 2c812af557 Fixed cookie domain being set to cookie path if a cookie path is provided. 2014-07-17 12:41:18 +02:00
Thomas Schmidts 389439932f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-07-14 13:37:51 +02:00
Max Neunhoeffer 9e3ccdc2e0 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-07-14 11:25:38 +02:00
Alan Plum 15372670e0 Fixes #947. 2014-07-14 10:49:34 +02:00
Thomas Schmidts ecb2c29729 Fixed wrong link in Aql/GraphOperations 2014-07-11 15:47:47 +02:00
scottashton 0a69895d74 FIXED GRAPH_NEIGHBORS , DID THROW WHEN NO EDGES HAVE BEEN DEFINED 2014-07-11 09:05:36 +02:00
scottashton ad989fe036 minor bug fix 2014-07-10 15:43:57 +02:00
scottashton 435cf1a4df minor bugs ahuacatl 2014-07-09 15:59:09 +02:00
scottashton a249dd46eb minor bugs ahuacatl 2014-07-09 15:45:25 +02:00
scottashton c6a5425930 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-07-09 14:43:15 +02:00
scottashton 267c8ba451 minor fixes in gharial and ahuacatl 2014-07-09 14:43:06 +02:00
Alan Plum b596941aa5 Documentation method syntax. 2014-07-09 14:00:50 +02:00
Alan Plum 38581d714f Marked old requestContext.queryParam/pathParam syntax for deprecation. 2014-07-09 13:10:13 +02:00
Alan Plum f44d319f3e Added tests. 2014-07-09 13:09:16 +02:00
Alan Plum 557167f74d Fixed copy-paste error. 2014-07-09 13:09:16 +02:00
Alan Plum 5671bf1440 Implement joi validation of query and path params. Fixes #936. 2014-07-09 13:09:16 +02:00
Alan Plum 2d4a76417c Removed deprecation warning for now. 2014-07-09 12:41:03 +02:00
Alan Plum 3a117f5bd8 Undocumented body param now uses new syntax. 2014-07-09 12:40:05 +02:00