[Asterisk-code-review] This patch adds a beanstalk CEL backend. (asterisk[master])
Nir Simionovich (GreenfieldTech - Israel)
asteriskteam at digium.com
Tue Oct 24 09:44:48 CDT 2017
Nir Simionovich (GreenfieldTech - Israel) has uploaded this change for review. ( https://gerrit.asterisk.org/6899
Change subject: This patch adds a beanstalk CEL backend.
......................................................................
This patch adds a beanstalk CEL backend.
Beanstalkd is a simple to use job queue. It provides a means to
create multiple job queues called "tubes". Each tube can store
multiple jobs, with varying priorities with the queue. Queue
processing is available via a simple TCP socket or via well defined
libraries, avaialble at
https://github.com/kr/beanstalkd/wiki/client-libraries
This module is based upon the beanstalk-client library, available
for download at: https://github.com/deepfryed/beanstalk-client
This module currently doesn't support user defined events.
Change-Id: Ic4b582d7ad4f1efe6ced7e9b4d9bc801eb400946
---
M cel/cel_beanstalkd.c
2 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/99/6899/1
diff --git a/cel/cel_beanstalkd.c b/cel/cel_beanstalkd.c
index e61c9c1..a697f99 100644
--- a/cel/cel_beanstalkd.c
+++ b/cel/cel_beanstalkd.c
@@ -264,9 +264,6 @@
static int reload(void)
{
- ast_free(bs_host);
- ast_free(bs_tube);
- ast_rwlock_wrlock(&config_lock);
return load_config(1);
}
--
To view, visit https://gerrit.asterisk.org/6899
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4b582d7ad4f1efe6ced7e9b4d9bc801eb400946
Gerrit-Change-Number: 6899
Gerrit-PatchSet: 1
Gerrit-Owner: Nir Simionovich (GreenfieldTech - Israel) <nirs at greenfieldtech.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171024/6d2aa09a/attachment.html>
More information about the asterisk-code-review
mailing list