Commit Graph

823 Commits

Author SHA1 Message Date
Dmitry Simonenko b8f60f56de odissey: update INTERNALS.md 2018-03-06 18:25:59 +03:00
Dmitry Simonenko bb826db7e8 odissey: major scheme rework, rename it to config 2018-03-06 18:23:52 +03:00
Dmitry Simonenko a096d258b7 odissey: rework configuration reader 2018-03-05 17:50:51 +03:00
Dmitry Simonenko 4df9f8e760 odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
Dmitry Simonenko 99fca366ef odissey: rename periodic service to cron 2018-03-02 16:12:32 +03:00
Dmitry Simonenko ad5c46954e odissey: update docs 2018-03-02 13:07:06 +03:00
Dmitry Simonenko d48cd092a0 odissey: relay and relay_pool is worker and worker_pool now 2018-03-02 13:00:52 +03:00
Dmitry Simonenko c90932b3d5 odissey: print message names 2018-03-01 16:53:27 +03:00
Dmitry Simonenko 0b3cf2846f odissey: update shapito 2018-03-01 16:38:24 +03:00
Dmitry Simonenko 11d89831c1 odissey: use msg enum names instead of hardcoded types 2018-03-01 16:22:08 +03:00
Dmitry Simonenko ef69a0d5bf odissey: update shapito 2018-03-01 15:41:42 +03:00
Dmitry Simonenko bf79959961 odissey: handle sigterm signal 2018-02-28 17:33:38 +03:00
Dmitry Simonenko 3427b29af1 odissey: minor refactoring 2018-02-28 17:32:32 +03:00
Dmitry Simonenko bb34b84101 odissey: add pipeline configuration 2018-02-27 18:38:53 +03:00
Dmitry Simonenko 2f6aabb4a0 odissey: update shapito 2018-02-27 17:45:12 +03:00
Dmitry Simonenko b208a77954 odissey: allow to configure coroutine cache size 2018-02-26 17:34:06 +03:00
Dmitry Simonenko db109ca7db odissey: allow to configure number of resolvers threads 2018-02-26 17:29:10 +03:00
Dmitry Simonenko 152c6e51d6 odissey: update machinarium 2018-02-26 17:19:20 +03:00
Dmitry Simonenko 643488d1df odissey: error if failed to bind(2) to any listen address 2018-02-26 15:57:26 +03:00
Dmitry Simonenko af362b89e1 odissey: extend periodic stats 2018-02-26 15:27:10 +03:00
Dmitry Simonenko a57ff18287 odissey: update shapito 2018-02-26 15:20:35 +03:00
Dmitry Simonenko a19f18cef1 odissey: rework router cancel logic 2018-02-22 16:43:52 +03:00
Dmitry Simonenko bbe86cb7d4 odissey: do not attach client io in pooler machine context 2018-02-19 16:18:55 +03:00
Dmitry Simonenko c29197a838 odissey: update machinarium 2018-02-19 15:43:22 +03:00
Dmitry Simonenko 9d944b51f4 odissey: move server connection close out of pooler 2018-02-15 16:06:46 +03:00
Dmitry Simonenko 15f4977c09 odissey: use readahead as cache chunk limit, if caching not used 2018-02-14 15:22:36 +03:00
Dmitry Simonenko 4f966c26bc odissey: update shapito 2018-02-14 14:56:18 +03:00
Dmitry Simonenko 9f505cb2c7 odissey: add cache and cache_chunk configuration options 2018-02-14 14:55:38 +03:00
Dmitry Simonenko 4ec923ce8b odissey: use cache_limit_size as pipeline limit 2018-02-13 17:25:51 +03:00
Dmitry Simonenko fc78dcc409 odissey: add stream cache limits 2018-02-13 17:18:13 +03:00
Dmitry Simonenko 5396a16660 odissey: fix release warning 2018-02-13 17:06:35 +03:00
Dmitry Simonenko 3628d79a8f odissey: attach/detach client stream on io 2018-02-13 16:57:28 +03:00
Dmitry Simonenko f11a98432f odissey: rework server buffering using client stream 2018-02-13 16:33:40 +03:00
Dmitry Simonenko 34958f8e52 odissey: remove frontend_stream_reset() 2018-02-12 16:53:05 +03:00
Dmitry Simonenko c891dc757a odissey: make client stream shared 2018-02-12 16:50:51 +03:00
Dmitry Simonenko 0cc0f949b3 odissey: make server stream shared driven by attach/detach logic 2018-02-12 16:29:40 +03:00
Dmitry Simonenko 25ec1a27eb odissey: add stream_cache 2018-02-12 16:27:06 +03:00
Dmitry Simonenko 4aa7dad77c odissey: update shapito 2018-02-08 16:28:33 +03:00
Dmitry Simonenko 6c22f8df58 odissey: update default config 2018-02-07 16:05:10 +03:00
Dmitry Simonenko 60a5d18e77 odissey: do reattach if server connection lost on attach 2018-02-07 12:59:55 +03:00
Dmitry Simonenko a4ea499813 odissey: make sure server is connected before terminate 2018-02-07 12:56:51 +03:00
Dmitry Simonenko 64e2024fea odissey: update shapito 2018-02-06 18:16:53 +03:00
Dmitry Simonenko fe600528a9 odissey: rework server configuration 2018-02-06 18:12:53 +03:00
Dmitry Simonenko 09894f9818 odissey: properly reset client stream during deploy 2018-02-05 17:16:06 +03:00
Dmitry Simonenko 87bbd19700 odissey: pipeline deploy configuration prio to user request 2018-02-05 16:39:20 +03:00
Dmitry Simonenko be757e8e85 odissey: update machinarium 2018-02-05 15:52:26 +03:00
Dmitry Simonenko 26efd303d1 odissey: avoid io attach/detach for non shared instance 2018-02-02 16:53:24 +03:00
Dmitry Simonenko b0635265a1 odissey: move is_shared logic to instance domain 2018-02-02 16:44:47 +03:00
Dmitry Simonenko 645f7e2350 odissey: create non shared channel for workers=1 2018-02-02 16:09:26 +03:00
Dmitry Simonenko 17673c123a odissey: rework internal services init logic 2018-02-02 15:50:23 +03:00