diff options
| author | jason | 2017-08-18 14:39:46 -0600 |
|---|---|---|
| committer | jason | 2017-08-18 14:39:46 -0600 |
| commit | e945513dc1251e07a93c13ebebf92518251a9dff (patch) | |
| tree | 752f323a7f56edbed2be27d129ab6764357c1baf /bin | |
| parent | 02e0e19aa1f8f745c65c498ba69d8975699f913e (diff) | |
| download | eventmq-e945513dc1251e07a93c13ebebf92518251a9dff.tar.gz eventmq-e945513dc1251e07a93c13ebebf92518251a9dff.zip | |
Revert "Backport 0.4 handling of workers after death"
- This was a stab at a fix which didn't fix the issue we were seeing.
It's possible that it caused a memory issue so it is being reverted.
This reverts commit 56cfa885b92b024dc2f70157a0f0b7826ad23e5b.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/send_msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send_msg b/bin/send_msg index 33cfb1a..c3e88fa 100755 --- a/bin/send_msg +++ b/bin/send_msg | |||
| @@ -22,7 +22,7 @@ if __name__ == "__main__": | |||
| 22 | 'callable': 'work_job', | 22 | 'callable': 'work_job', |
| 23 | 'class_args': ('blurp',), | 23 | 'class_args': ('blurp',), |
| 24 | 'class_kwargs': {'kwarg1': True}, | 24 | 'class_kwargs': {'kwarg1': True}, |
| 25 | 'args': (1, ), | 25 | 'args': (10, ), |
| 26 | 'kwargs': {} | 26 | 'kwargs': {} |
| 27 | }] | 27 | }] |
| 28 | 28 | ||