index
:
eventmq
0.4
dependabot/pip/psutil-5.6.6
feature/config_refactor
feature/redis-py-cluster_requirement
feature/scheduler_redis_cluster_support
fix_test_typo
gh-pages
master
update-circleci-tests
EventMQ is a job execution and message passing system built on ZeroMQ https://eventmq.github.io/eventmq/
eventmq
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #79 from sideshowdave7/master
jason
2017-01-30
4
-3
/
+8
|
\
|
*
version bump
sideshowdave7
2017-01-30
2
-2
/
+2
|
*
scheduled messages should always ask for a reply for job latency tracking; jo...
sideshowdave7
2017-01-30
2
-1
/
+6
|
/
*
Merge branch 'master' of github.com:enderlabs/eventmq
jason
2017-01-25
32
-164
/
+151
|
\
|
*
Merge pull request #77 from com4/pep8-enforcement
jason
2017-01-25
32
-164
/
+151
|
|
\
|
|
*
Update the pep8 goodness and test with circle and flake8
jason
2017-01-24
32
-164
/
+151
|
|
/
*
|
Bump version to 0.3-rc9
jason
2017-01-25
2
-2
/
+2
|
/
*
Merge pull request #74 from com4/fix-hastiness-of-scheduled-jobs
0.3-rc9
David Hurst
2017-01-23
1
-5
/
+8
|
\
|
*
Immediatly run jobs which have not specified 'nohaste'
jason
2017-01-19
1
-5
/
+8
*
|
Merge pull request #75 from sideshowdave7/master
0.3-rc8
jason
2017-01-22
3
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
ZMQError is thrown when we are polling and its rudely interrupted, handle it
sideshowdave7
2017-01-20
3
-3
/
+9
|
/
*
Merge pull request #72 from sideshowdave7/master
0.3-rc7
David Hurst
2017-01-18
4
-4
/
+8
|
\
|
*
version bump
sideshowdave7
2017-01-18
3
-3
/
+3
|
*
close request queue and block until its flushed
sideshowdave7
2017-01-18
1
-1
/
+4
|
*
prevent crash before any workers connect and we send something to default queue
sideshowdave7
2017-01-18
3
-3
/
+4
*
|
Merge pull request #70 from sideshowdave7/master
David Hurst
2017-01-18
7
-39
/
+39
|
\
\
|
|
/
|
*
add missing commit to fix health check bug
sideshowdave7
2017-01-18
2
-4
/
+6
|
*
move MAX_JOB_COUNT setting to global conf
sideshowdave7
2017-01-18
2
-5
/
+4
|
*
version bump
sideshowdave7
2017-01-18
2
-2
/
+2
|
*
implement a MAX_JOB_COUNT to prevent memory creep
sideshowdave7
2017-01-18
2
-1
/
+13
|
*
scheduler edge case fixes
sideshowdave7
2017-01-16
1
-34
/
+20
|
*
delete the job storage on unschedule
sideshowdave7
2017-01-16
1
-0
/
+1
*
|
Merge pull request #69 from sideshowdave7/master
David Hurst
2017-01-12
3
-4
/
+5
|
\
\
|
|
/
|
*
version bump to 0.3-rc4
sideshowdave7
2017-01-12
2
-2
/
+2
|
*
change None to str 'None' to support sending with zmq
sideshowdave7
2017-01-12
1
-1
/
+1
|
*
update setup file to match req file
sideshowdave7
2017-01-12
1
-1
/
+2
*
|
Merge pull request #68 from sideshowdave7/master
jason
2017-01-11
5
-8
/
+14
|
\
\
|
|
/
|
*
fix resp missing bug and andd pub defaults to eventmq.conf-dist
sideshowdave7
2017-01-11
2
-3
/
+8
|
*
version bump to 0.3-rc3
sideshowdave7
2017-01-11
2
-2
/
+2
|
*
fix admin address config read
sideshowdave7
2017-01-11
1
-3
/
+4
|
/
*
Merge pull request #67 from sideshowdave7/master
0.3-rc2
David Hurst
2017-01-04
3
-7
/
+11
|
\
|
*
version bump
sideshowdave7
2017-01-04
2
-2
/
+2
|
*
fix python3 Queue import
sideshowdave7
2017-01-04
1
-5
/
+9
|
/
*
Merge pull request #64 from sideshowdave7/feature/pubsub
0.3-rc1
jason
2017-01-04
10
-16
/
+251
|
\
|
*
Merge master
sideshowdave7
2017-01-04
20
-157
/
+392
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #63 from sideshowdave7/feature/timeout2
David Hurst
2016-12-23
5
-100
/
+164
|
\
\
|
*
|
worker health check
sideshowdave7
2016-12-21
1
-2
/
+17
|
*
|
add zmq context kill and cleanup logging
sideshowdave7
2016-12-21
2
-3
/
+3
|
*
|
cleanup and tests
sideshowdave7
2016-12-21
3
-25
/
+16
|
*
|
fix bug in remove_worker
sideshowdave7
2016-12-21
1
-1
/
+1
|
*
|
Jobmanager Pool with timeouts
sideshowdave7
2016-12-21
4
-80
/
+138
*
|
|
Merge pull request #65 from com4/python3-support
David Hurst
2016-12-22
11
-38
/
+205
|
\
\
\
|
*
|
|
Add support for python3
jason
2016-12-22
11
-38
/
+205
|
/
/
/
*
|
|
Merge pull request #62 from unaveed/master
David Hurst
2016-12-20
3
-8
/
+19
|
\
\
\
|
*
|
|
Add psutil to requirements
Umair Naveed
2016-12-20
1
-0
/
+1
|
*
|
|
Send messages with invalid queue to the default queue
Umair Naveed
2016-12-19
2
-8
/
+18
*
|
|
|
Merge pull request #60 from com4/python3-support
David Hurst
2016-12-16
2
-10
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update the queue prioritizer to use key instead of cmp
jason
2016-12-15
2
-10
/
+2
|
|
/
/
*
|
|
Merge pull request #61 from synic/import_basestring
jason
2016-12-15
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix string callable error
Adam Olsen
2016-12-15
1
-1
/
+1
[prev]
[next]