+1

same here... 
delayed job moving towards time-left 0, jumps then to something in 500.000 
years... :/
I also thought it might be because i was pooling for job stats and also 
reserved all the time, where it might then block something. but even after 
sleeps of 30 where no reserve or no stats where fetched the bug appeard

On Monday, February 1, 2010 at 1:39:18 PM UTC+1, sebest wrote:
>
> Hello,
> i noticed that few of my jobs have a strange value for their time-
> left, so they don't get rescheduled.
>
> Here is the output of the stats-job:
> {'buries': 0,
> 'releases': 0,
> 'tube': 'task_todo/transcoder.move_to_filer',
> 'timeouts': 1,
>  'ttr': 60,
> 'age': 37477,
> 'pri': 995, 'delay': 0,
> 'state': 'reserved',
>  'reserves': 2,
>  'time-left': 18446744036352,
> 'kicks': 0,
> 'id': 902809}
>
> Looking at the beanstalkd stats, we can see that i've never used cmd-
> reserve-with-timeout, so there is no reason this strange value would
> come from a bug in the client library (pybeanstalkd)
> {'binlog-current-index': 19,
>  'binlog-max-size': 10485760,
>  'binlog-oldest-index': 19,
>  'cmd-bury': 1,
>  'cmd-delete': 904263,
>  'cmd-ignore': 46389,
>  'cmd-kick': 0,
>  'cmd-list-tube-used': 0,
>  'cmd-list-tubes': 0,
>  'cmd-list-tubes-watched': 959668,
>  'cmd-pause-tube': 0,
>  'cmd-peek': 17090391,
>  'cmd-peek-buried': 0,
>  'cmd-peek-delayed': 0,
>  'cmd-peek-ready': 0,
>  'cmd-put': 904180,
>  'cmd-release': 2,
>  'cmd-reserve': 913334,
>  'cmd-reserve-with-timeout': 0,
>  'cmd-stats': 2,
>  'cmd-stats-job': 15975362,
>  'cmd-stats-tube': 0,
>  'cmd-touch': 4035810,
>  'cmd-use': 904181,
>  'cmd-watch': 115773,
>  'current-connections': 916,
>  'current-jobs-buried': 0,
>  'current-jobs-delayed': 0,
>  'current-jobs-ready': 0,
>  'current-jobs-reserved': 5,
>  'current-jobs-urgent': 0,
>  'current-producers': 0,
>  'current-tubes': 28,
>  'current-waiting': 666,
>  'current-workers': 915,
>  'job-timeouts': 808,
>  'max-job-size': 65535,
>  'pid': 29363,
>  'rusage-stime': 793.05999999999995,
>  'rusage-utime': 416.42000000000002,
>  'total-connections': 1450470,
>  'total-jobs': 904180,
>  'uptime': 2030323,
>  'version': '1.4.3'}
>
> By the way, is there anything i can do with a job in the reserved
> state? it seems i can't delete or release it even if i know it's jid.
>
> I currently have 5 jobs in this strange status, is there anyway to
> delete them, or list them?
>
> thanx for the help.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/beanstalk-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to