issues Search Results · repo:andyet/thoonk.py language:Python
Filter by
13 results
(72 ms)13 results
inandyet/thoonk.py (press backspace or delete to remove)Take simple example:
import sys
import time
import thoonk
def main():
client = thoonk.Thoonk(listen=True)
# got exception in ThoonkListener thread
time.sleep(5)
print Normal exit ...
surabujin
- Opened on May 15, 2014
- #20
Our application started off using thoonk.job( our_job ). Later we created our own job type, but when we called
thoonk.new_job( our_job ), our application behaved unexpectedly because the job class returned ...
mwhooker
- Opened on Apr 9, 2012
- #16
If redis throws an error (presumably any error, but a TypeError in my case), the job is still added to the queue. I m
not sure if this if expected behavior, but to me it looks like the job queue is in ...
mwhooker
- Opened on Apr 5, 2012
- #14
Traceback (most recent call last):
File /Users/adam/.virtualenvs/realtime/lib/python2.7/site-packages/gevent/greenlet.py , line 390, in run
result = self._run(*self.args, **self.kwargs)
File ...
NorthIsUp
- Opened on Mar 20, 2012
- #13
A quick function to redis.hexists(feed.items: + feedname, id) as thoonk.js develop has now too. Add to the contract as
well.
fritzy
- Opened on Aug 21, 2011
- #9
The Python documentation makes the following claim, but it sounds like instead of the original job isn t kept and you
get back the job id instead of the original data. This is redundant as I already need/have ...
natevw
- Opened on Aug 11, 2011
- #8
Hi. I m getting an exception using thoonk with publish/subscribe. I m using FreeBSD, Python 2.6.7 and redis 2.2.11.
What am I doing wrong? Thanks!
$ pip freeze | grep redis
hiredis==0.1.0
redis==2.2.4 ...
kaikuehne
- 1
- Opened on Jul 20, 2011
- #7
unlike queue.get, job.get doesn t raise an exception when no job is retrieved from the queue within the provided
timeout, instead it returns None. To be consistent with the queue implementation, I think ...
sjhewitt
- Opened on Jul 2, 2011
- #5
The job feed keeps track of the number of times a job has been cancelled, however provides no way of accessing it. This
would be useful for automatically stalling jobs that have been cancelled x number ...
sjhewitt
- Opened on Jul 2, 2011
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.