Commit Graph

31680 Commits

Author SHA1 Message Date
Pedro Algarvio
fdcff823e5 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:22:43 +01:00
Pedro Algarvio
b908dfb4c9 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:22:26 +01:00
Pedro Algarvio
f329af40d1 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:21:56 +01:00
Pedro Algarvio
ab7bc1d696 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:21:33 +01:00
Pedro Algarvio
5087fbadd8 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:20:54 +01:00
Pedro Algarvio
d4d3edad90 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:18:41 +01:00
Pedro Algarvio
7adc35b568 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:18:11 +01:00
Pedro Algarvio
399f22ae7e Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:17:46 +01:00
Pedro Algarvio
59df02eaa7 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:15:08 +01:00
Pedro Algarvio
e8e4191546 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:14:53 +01:00
Pedro Algarvio
e957e451ad Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:14:16 +01:00
Pedro Algarvio
8b0d121b76 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:13:50 +01:00
Pedro Algarvio
d6203f1333 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:13:15 +01:00
Pedro Algarvio
37cdd2b403 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:12:53 +01:00
Pedro Algarvio
c85b6de11a Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:11:53 +01:00
Pedro Algarvio
a64be7891d Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:11:28 +01:00
Pedro Algarvio
a1448e4b42 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 10:09:31 +01:00
Pedro Algarvio
fcaa325150 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:35:43 +01:00
Pedro Algarvio
8048381ee8 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:35:18 +01:00
Pedro Algarvio
c2f2e03f38 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:34:43 +01:00
Pedro Algarvio
4a2f15fb78 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:34:17 +01:00
Pedro Algarvio
d44aff8c8e Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:33:18 +01:00
Pedro Algarvio
e0a77291af Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:32:55 +01:00
Pedro Algarvio
4a594817a9 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:30:39 +01:00
Pedro Algarvio
9bf92eb7e0 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:30:21 +01:00
Pedro Algarvio
5f2fb9af02 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:30:05 +01:00
Pedro Algarvio
bd8ee6a292 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:29:06 +01:00
Pedro Algarvio
3786a8e461 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:28:38 +01:00
Pedro Algarvio
441cb6544c Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:28:04 +01:00
Pedro Algarvio
8264f632df Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:27:15 +01:00
Pedro Algarvio
0816e48b50 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:26:23 +01:00
Pedro Algarvio
1324775b02 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:25:58 +01:00
Pedro Algarvio
f2ef54f160 Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:25:24 +01:00
Pedro Algarvio
728726d7ef Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:24:45 +01:00
Pedro Algarvio
e1b5134aef Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 09:24:11 +01:00
Pedro Algarvio
943dbcc1c5 Fix typo 2014-06-06 08:15:58 +01:00
Thomas Jackson
0ae868b98b be consistent with the _ 2014-06-05 23:00:37 -07:00
Thomas Jackson
0639449116 Re-add missing send, my editor messed up in weird ways when i did an "undo" apparently i missed this one ;) 2014-06-05 23:00:36 -07:00
Thomas Jackson
8a664b121d On error in SREQ, reset the socket. This will fix all cases where the master is too busy and we leave the socket in a state where we've done a send but not a recv. 2014-06-05 23:00:36 -07:00
Thomas Jackson
843dbf40be Make the master Mworkers more robust to bad clients
Today if you create a client that does

```
import zmq

context = zmq.Context()
socket = None
while True:
    del socket
    socket = context.socket(zmq.REQ)
    socket.connect('tcp://127.0.0.1:4506')
    socket.send('foo')
```

Each asymetric call will cause a master process to go defunct. This patch will catch those exceptions, log them, and rebind the worker zmq socket.
2014-06-05 23:00:36 -07:00
Thomas Jackson
a634a06724 Remove print from debugging 2014-06-05 23:00:36 -07:00
Thomas Jackson
dfceae6e9f Convert firing events to channels 2014-06-05 23:00:36 -07:00
Thomas Jackson
bb563191f5 Reuse the channel within the same fileclient 2014-06-05 23:00:36 -07:00
Khris Richardson
9524b434e8 mistakenly removed default values 2014-06-05 23:42:08 -05:00
Khris Richardson
52f25afbcc Merge remote-tracking branch 'upstream/develop' into etcd_mods 2014-06-05 23:40:39 -05:00
Joseph Hall
03e8ad7f7e Merge pull request #13283 from Mutantjessica/develop
Proofread doc/topics/tutorials/firewall.rst
2014-06-05 21:58:06 -06:00
Khris Richardson
5af83395e4 removing redundancy 2014-06-05 21:52:37 -05:00
Khris Richardson
0d7366ee70 Merge remote-tracking branch 'upstream/develop' into etcd_mods 2014-06-05 21:47:08 -05:00
Jessica Wilson
1c5aac833e Minor typo fix 2014-06-06 02:20:07 +00:00
Gareth J. Greenaway
373b8d8803 Updated to managing schedule code. Adding ability to enable, disable scheduler completely on a minion. Also the ability to enable and disable particular jobs on minions. Updating add_job to match with another commit 2014-06-05 19:18:08 -07:00