<p>Nir Simionovich (GreenfieldTech - Israel) has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6899">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">This patch adds a beanstalk CEL backend.<br><br>Beanstalkd is a simple to use job queue. It provides a means to<br>create multiple job queues called "tubes". Each tube can store<br>multiple jobs, with varying priorities with the queue. Queue<br>processing is available via a simple TCP socket or via well defined<br>libraries, avaialble at<br>https://github.com/kr/beanstalkd/wiki/client-libraries<br><br>This module is based upon the beanstalk-client library, available<br>for download at: https://github.com/deepfryed/beanstalk-client<br><br>This module currently doesn't support user defined events.<br><br>Change-Id: Ic4b582d7ad4f1efe6ced7e9b4d9bc801eb400946<br>---<br>M cel/cel_beanstalkd.c<br>2 files changed, 0 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/99/6899/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/cel/cel_beanstalkd.c b/cel/cel_beanstalkd.c<br>index e61c9c1..a697f99 100644<br>--- a/cel/cel_beanstalkd.c<br>+++ b/cel/cel_beanstalkd.c<br>@@ -264,9 +264,6 @@<br> <br> static int reload(void)<br> {<br>-  ast_free(bs_host);<br>-   ast_free(bs_tube);<br>-   ast_rwlock_wrlock(&config_lock);<br>  return load_config(1);<br> }<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6899">change 6899</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/6899"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic4b582d7ad4f1efe6ced7e9b4d9bc801eb400946 </div>
<div style="display:none"> Gerrit-Change-Number: 6899 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nir Simionovich (GreenfieldTech - Israel) <nirs@greenfieldtech.net> </div>