Commit graph

76 commits

Author SHA1 Message Date
645041fbac Update example, maybe look into ProcessorExt trait for Actix 2019-05-27 12:42:07 -05:00
6cd5344b7b Hide generics behind Box<dyn Trait> 2019-05-27 12:29:11 -05:00
875eec57dd Bump versions 2019-05-25 16:41:58 -05:00
d3987768a5 Update readme, main repo docs 2019-05-25 16:15:09 -05:00
2968ba5360 Drop tokio 2019-05-23 22:25:00 -05:00
d1aeb6c139 Bump actix 2019-05-21 15:04:06 -05:00
a7b494ca39
Prepare release 2018-12-16 13:44:25 -06:00
a22d10242a
Fix jobs-server 2018-12-16 13:14:46 -06:00
d266315f1f
Add jobs-actix 2018-12-16 12:43:44 -06:00
6e79341b38
Add scheduled jobs, fix spawning non-default jobs 2018-12-13 11:08:28 -06:00
4f2530d485 Add application state 2018-11-18 15:05:03 -06:00
58f794dc55 Update docs, use associated constants, add queue_sync 2018-11-18 08:45:12 -06:00
cf6ede67ea Add documentation, license info, Make API cleaner 2018-11-17 19:39:04 -06:00
6ae02e08cb Delete actix and tokio examples 2018-11-17 16:59:16 -06:00
c8f1f6cd34 Mark jobs staged, not running
Clear staged jobs on startup
2018-11-16 19:10:45 -06:00
960c0235c4 Update tokio-zmq, optionally use futures-zmq instead 2018-11-16 18:09:53 -06:00
a877b5c9e8 Apply backpressure in pushers, portmap 2018-11-11 12:42:10 -06:00
c0fcedf8a1 Add queues, make fault tolerant 2018-11-10 22:46:46 -06:00
dbb8144673 Use Push and Pull to transmit jobs. No more req/rep issues 2018-11-10 15:58:19 -06:00
87db89b35a Don't push db 2018-11-07 23:48:42 -06:00
e70a6b80e4 Make jobs processor accessible over a network 2018-11-07 23:47:11 -06:00
5b8ec51e33 Generate jobs rather than writing out each one 2018-11-07 20:03:39 -06:00
5c8b50643d Make actix handler and frontend 2018-11-07 19:50:21 -06:00
ba758b19ab Make example wait so it can process before getting the shutdown signal 2018-11-06 21:52:57 -06:00
f92ae865a3 Update example 2018-11-06 21:37:14 -06:00
a9b294d39e Fix deadlocks in Storage methods 2018-11-06 20:01:43 -06:00