1
0
Fork 0
Commit Graph

137 Commits

Author SHA1 Message Date
Gregory Eremin ef17093207 Now we can safely stop waiting for tasks when shutdown is closed 2015-10-18 03:34:10 +03:00
Gregory Eremin d847be21c6 Make shutdown handling predictable 2015-10-18 03:22:07 +03:00
Gregory Eremin 559886f297 Move task to a separate file, move processing logic to task.process 2015-10-17 06:16:00 +03:00
Gregory Eremin e8aebe3b1c Wrong indentation in submodules file lol 2015-10-17 06:00:51 +03:00
Gregory Eremin f89a21334d Make use of git submodules and GO15VENDOREXPERIMENT env variable 2015-10-17 05:58:55 +03:00
Gregory Eremin ec98145508 Correct zero rate to 1 too 2015-10-17 05:37:13 +03:00
Gregory Eremin 0f4bed32c8 Implement processing rate limits 2015-10-17 05:33:46 +03:00
Gregory Eremin a9a50522fb Always measure task execution time 2015-10-17 05:14:09 +03:00
Gregory Eremin 40dbc556f5 System processes are now named and supervised 2015-10-17 04:51:05 +03:00
Gregory Eremin a8443577d2 Add a comment that is very useful in reading stack traces 2015-10-17 04:31:47 +03:00
Gregory Eremin 9141fd9f80 Make function names more consistent 2015-10-17 04:11:29 +03:00
Gregory Eremin 290b1dfd4e Move example Kafka implementation to a separate package 2015-10-17 04:10:16 +03:00
Gregory Eremin 6acd520f08 Add example readme draft 2015-10-17 03:58:31 +03:00
Gregory Eremin dd2a6fcca2 Use Kafka plugin based consumer implementation in example 2015-10-17 03:42:27 +03:00
Gregory Eremin 87b8e851cc Make Satan not backend opinionated 2015-10-17 03:41:21 +03:00
Gregory Eremin dff6c81d04 Add consumer support to daemons 2015-10-17 03:40:17 +03:00
Gregory Eremin 8eac0b59fb Remove backend package. Backend implementation is now solely up to user 2015-10-17 03:39:54 +03:00
Gregory Eremin 75335347ff Add a gitignore file 2015-10-17 01:14:46 +03:00
Gregory Eremin 777ff5a09b Caller now accepts any unmarshal functions; JSON is used by default 2015-10-17 01:08:14 +03:00
Gregory Eremin d0ff12ce64 Add example consumer 2015-10-16 02:35:03 +03:00
Gregory Eremin f784e8a2e0 Process tasks until shutdown channel is open 2015-10-16 02:28:40 +03:00
Gregory Eremin 8f35ee060e Kafka backend initializer 2015-10-16 02:28:06 +03:00
Gregory Eremin b6f0d2953f Invert ShouldShutdown logic 2015-10-16 02:27:03 +03:00
Gregory Eremin 06589b9ba2 Implement Kafka messaging backend 2015-10-16 02:17:39 +03:00
Gregory Eremin 4db43004ae Add consumer support to satan 2015-10-16 02:07:04 +03:00
Gregory Eremin 8dd218a366 It is possible now to run system processes in the shared pool 2015-10-16 02:06:19 +03:00
Gregory Eremin 86c1b42540 Use less code to catch the interrupt signal 2015-10-14 04:17:22 +03:00
Gregory Eremin a2bfadfa66 Introduce Satan 2015-10-14 04:11:29 +03:00
Gregory Eremin 583ac5da5b Use new name 2015-10-14 03:50:43 +03:00
Gregory Eremin 463609a403 Do not subscribe to SIGTERM 2015-10-14 03:36:23 +03:00
Gregory Eremin 650c9d1b9d Add example daemon 2015-10-14 03:34:59 +03:00
Gregory Eremin 98bbbf91f4 Improve Daemon interface description 2015-10-14 03:29:44 +03:00
Gregory Eremin c740f13063 Use debug.PrintStack helper instead of handling stack manually 2015-10-14 03:23:27 +03:00
Gregory Eremin e08841fdc7 Improve caller readme and package description 2015-10-14 03:18:36 +03:00
Gregory Eremin 318d29bdd6 Add a base daemon structure 2015-10-14 03:02:22 +03:00
Gregory Eremin 065e4f936b Describe Daemon interface 2015-10-14 03:01:47 +03:00
Gregory Eremin 3c6ef613f5
Add caller package 2015-10-14 00:08:45 +03:00