On Saturday, August 25, 2012 10:59:44 AM UTC+2, mweissen wrote:
>
> I have added a new record using the admin application.
> In the meantime I have written a function to insert a new task - same
> result, the worker does not pick it up.
>
Please attach the csv for the scheduler_task table, in order to identify
the problem
>
> The "-X" sounds good! I have tried it (Windows 7-environment). Should
> there be a message like
> "Currenty running 1 scheduler processes" ? This message does not appear
> with "-X".
>
>
With current trunk, the message is displayed if you started with web2py.py
-K myapp -X
> That is very good - sorry, I did not find it before.
> I have tried to load this application as git repo ("can be a git repo")
> but I got:
> <type 'exceptions.NameError'> global name 'GitCommandError' is not defined
>
>
I didn't follow the new features of being able to install directly from git
but you can download the app as a zip and place it under the applications/
directory
--