I think the problem was that I copied my production database over the top
of my development db.  Looks like my newer version of web2py has a new
table called scheduler_task_deps that my production system doesn't yet
have.  Thanks for the time on create/migrate of the db tables.

I removed the tables and allowed them to be rebuilt.  Now it is working.

Thanks!


On Wed, Oct 22, 2014 at 10:31 AM, Niphlod <[email protected]> wrote:

> " error assigning tasks " with type ERROR is a pretty big pointer. Usually
> this happens when you don't let the scheduler migrate/create the tables.
>
>
> On Wednesday, October 22, 2014 4:58:09 PM UTC+2, Jim S wrote:
>>
>> I'm using the web2py scheduler.  I've used it before without problems but
>> all of a sudden it won't run my tasks.  When I run from the command line I
>> get this the output in the attached screenshot.
>>
>> The other screenshot is the record in the scheduler_task table showing my
>> queued task.
>>
>> And, my connect/models/scheduler.py has this:
>>
>> def recalculate_prices(pricingId, user_id):
>>     ...
>>
>> I don't know why this task won't kick off.  Any ideas?
>>
>> -Jim
>>
>>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/DoLg8tWPrI8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to