You cannot post messages because only members can post, and you are not currently a member.
Description:
Developer and user discussion for beanstalkd and its client libraries.
|
|
|
1ms poll timeout in pybeanstalk???
|
| |
We've noticed high CPU in an idle pybeanstalk process which maintains 20 ServerConns (one for each of 20 threads). Upon investigating, we found that ServerConn._get_response() has a poll() with a 1 ms timeout! So we're getting 20,000 timeouts per second (and probably bashing the heck out of the GIL).... more »
|
|
Beanstalk 1.5 deleting binlogs on startup
|
| |
We had a problem with a particular box which resulted in a lot
(~3.6GB) of binlogs being created. I now cannot start Beanstalkd on
that box because it gets killed by the kernel with OOM (Out of
Memory).
So, I tried to copy them off onto a bigger box and then start
Beanstalkd on that box instead, imagining it would recover the... more »
|
|
Beanstalkd randomly stopping
|
| |
Hello,
We are running beanstalkd on Ubuntu. Yesterday we received alerts
saying the beanstalkd process stopped and our queues began backing up.
This is the only error message I could find. Any idea what it means?
May 13 11:44:39 bns6 kernel: [4658098.511165] beanstalkd[16793]
general protection ip:40978b sp:7fff307194c0 error:0 in... more »
|
|
beanstalkd 1.6
|
| |
This is beanstalkd version 1.6, a bugfix release.
As always, there will be no incompatible protocol changes until version 2.0.
A client written for version 1.6 will work unmodified with any later 1.x
release of beanstalkd.
News
----
- line-buffered stdout, even when not on a tty; closes #116... more »
|
|
Heroku with beanstalk?
|
| |
Hi there, Any news on when/how I can run beanstalked on the Heroku cedar or similar stack with a Rails 3.2 app or similar? There was some mention that this might be in the cards back in 2010 (KR joining heroku), but haven't found any news on this since then. Anyone? Kris
|
|
beanstalkd_view
|
| |
I put together a Sinatra app to monitor a beanstalkd queue.
[link]
If anyone uses it and has any feedback, let me know.
Thanks,
Dennis
|
|
List every worker/client connected
|
| |
Hello,
I wish I had a simple solution just to list the active clients
connected to the beanstalked server.
No need for an extensive report, but just an identifier and their
status, or the last activity. This is a simple way to know what
workers are connected and if they're still active, or if they crashed.... more »
|
|
Exception Stalker::JobTimeout
|
| |
Hi guys,
First of all, a big thanks for beanstalk team.
I am using stalker for managing my background jobs.
I have some process which would run for more than 119s.
Those jobs which takes more than 119s are raising "Exception
Stalker::JobTimeout".
I know I can manually specify the ttr like below.... more »
|
|
Peek at complete list of jobs
|
| |
I've seen similar requests on this ML before, but am not aware if any
progress is made since. What I am looking for is a method to peek all
jobs, like peek and peek-* currently do for a single job. I know it
might have drawbacks for heavy usage queues or very fast queues, but I
think this is up to the developer to decide. If a peek-all command is... more »
|
|
|