Groups
Groups
Sign in
Groups
Groups
web2py-users
Conversations
Labels
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–30 of many
urban....@gmail.com
, …
Niphlod
7
10/4/23
Web2py dal significantly slower than raw query
ids = tuple(m['id'] for m in relevant_models) raw_q = db.executesql(""" SELECT
unread,
Web2py dal significantly slower than raw query
ids = tuple(m['id'] for m in relevant_models) raw_q = db.executesql(""" SELECT
10/4/23
jays...@gmail.com
, …
Niphlod
5
9/8/23
pyodbc error on windows machine
Hello all, i have an app that is connect to MSSQL and is functioning normally when run on other
unread,
pyodbc error on windows machine
Hello all, i have an app that is connect to MSSQL and is functioning normally when run on other
9/8/23
Vlad
, …
Dave S
6
7/13/22
sessions folder under application
I was checking memory usage and noticed that the sessions folder (under one specific application)
unread,
sessions folder under application
I was checking memory usage and noticed that the sessions folder (under one specific application)
7/13/22
Davidiam
, …
Dave S
8
9/10/21
How to add command line arguments to web2py when it is running as an application pool on IIS?
Hi web2py folks, I would like to add a command line argument to the startup of web2py which is
unread,
How to add command line arguments to web2py when it is running as an application pool on IIS?
Hi web2py folks, I would like to add a command line argument to the startup of web2py which is
9/10/21
rāma
, …
Dave S
5
6/7/19
Q&A
nssm does not work
I am using the latest version of NSSM - the Non-Sucking Service Manager; both 2.24 and the prelease
unread,
Q&A
nssm does not work
I am using the latest version of NSSM - the Non-Sucking Service Manager; both 2.24 and the prelease
6/7/19
Lisandro
, …
Dave S
9
1/16/19
Q&A
Scheduler tasks fail intermitently with no apparent reason (sys.exit(1))
I've seeing this for a while now, but I can't figure out why it happens. I have several tasks
unread,
scheduler
Q&A
Scheduler tasks fail intermitently with no apparent reason (sys.exit(1))
I've seeing this for a while now, but I can't figure out why it happens. I have several tasks
1/16/19
Boris Aramis Aguilar Rodríguez
, …
Niphlod
6
11/28/18
Q&A
Scheduler Replacement
TL;DR : Do you guys know or has experience with an alternative scheduler to web2py's one that you
unread,
scheduler
Q&A
Scheduler Replacement
TL;DR : Do you guys know or has experience with an alternative scheduler to web2py's one that you
11/28/18
Francisco Ribeiro
, …
Niphlod
6
5/8/18
Q&A
Scheduler: Is it possible to assign a task to all workers that are part of a group?
The question refers to submitting a task simultaneously to all workers within a group. Thank you
unread,
scheduler
Q&A
Scheduler: Is it possible to assign a task to all workers that are part of a group?
The question refers to submitting a task simultaneously to all workers within a group. Thank you
5/8/18
António Ramos
,
Niphlod
2
6/28/17
How to force browser to cache css and js ?
I´m using this https://github.com/mjbeller/web2py-starter but i noticed that with only me as the
unread,
How to force browser to cache css and js ?
I´m using this https://github.com/mjbeller/web2py-starter but i noticed that with only me as the
6/28/17
António Ramos
, …
Niphlod
3
6/28/17
Suddenly my task scheduler stopped working
this is the error i see in task_run table record with status failed Traceback (most recent call last)
unread,
Suddenly my task scheduler stopped working
this is the error i see in task_run table record with status failed Traceback (most recent call last)
6/28/17
Erwn Ltmann
, …
Niphlod
7
6/8/17
queue_task :: trouble with quoted json strings for pvars and args
Hi, I'm used to create a new task for example: scheduler.queue_task( "a_task", pvars =
unread,
queue_task :: trouble with quoted json strings for pvars and args
Hi, I'm used to create a new task for example: scheduler.queue_task( "a_task", pvars =
6/8/17
Lisandro
,
Niphlod
4
4/19/17
Q&A
Should I modify response.headers in order to get nginx's uwsgi_cache work properly?
I'm running a web2py website with public articles, and there are ocasional peaks in traffic. I
unread,
cache
Q&A
Should I modify response.headers in order to get nginx's uwsgi_cache work properly?
I'm running a web2py website with public articles, and there are ocasional peaks in traffic. I
4/19/17
Jose C
, …
António Ramos
13
3/23/17
ProgrammingError: column "worker_stats__tmp" is of type json but expression is of type text
Greetings, My postgresql server was upgraded from 9.1 to 9.3. Web2py now crashes on startup with this
unread,
PostgreSQL
bug
scheduler
ProgrammingError: column "worker_stats__tmp" is of type json but expression is of type text
Greetings, My postgresql server was upgraded from 9.1 to 9.3. Web2py now crashes on startup with this
3/23/17
Mirek Zvolský
, …
Anthony
8
2/14/17
info: interesting hack, sort in IS_IN_DB lists with regard to current locale
... or to any other special order. For me was creazy that I was not able to sort items (names) in
unread,
info: interesting hack, sort in IS_IN_DB lists with regard to current locale
... or to any other special order. For me was creazy that I was not able to sort items (names) in
2/14/17
Jason Solack
, …
Niphlod
10
1/31/17
Q&A
Scheduler is_ticker and deadlock issues
Hello all, I'm having some re-occurring issue with the scheduler. We are currently running
unread,
scheduler
Q&A
Scheduler is_ticker and deadlock issues
Hello all, I'm having some re-occurring issue with the scheduler. We are currently running
1/31/17
Gael Princivalle
, …
Niphlod
7
3/3/17
Q&A
SystemExit: 1 ticket on scheduler
Hello. I've got a scheduler function that run each 30 seconds for sending web push notifications:
unread,
Q&A
SystemExit: 1 ticket on scheduler
Hello. I've got a scheduler function that run each 30 seconds for sending web push notifications:
3/3/17
Jorrit
,
Niphlod
3
1/13/17
Q&A
Are executesql parameters escaped?
When I use db.executesql like so: birthdays = db.executesql("SELECT * FROM auth_user WHERE
unread,
Q&A
Are executesql parameters escaped?
When I use db.executesql like so: birthdays = db.executesql("SELECT * FROM auth_user WHERE
1/13/17
LoveWeb2py
, …
Marco Mansilla
4
1/9/17
Q&A
Selecting booleans from sqlite3 database
Hello, I'm trying to do a simple query against a sqlite3 database where the values are stored as
unread,
dal
Q&A
Selecting booleans from sqlite3 database
Hello, I'm trying to do a simple query against a sqlite3 database where the values are stored as
1/9/17
Brendan Barnwell
, …
Anthony
17
2/18/17
Q&A
Call functions from other applications without network requests
I have a situation where I have (or am going to have) multiple applications running on a single
unread,
Q&A
Call functions from other applications without network requests
I have a situation where I have (or am going to have) multiple applications running on a single
2/18/17
Aydin
, …
Niphlod
13
1/4/17
Q&A
Simple scheduler issue
I have a simple task to schedule: def f(): import time return() from gluon.scheduler import Scheduler
unread,
dal
scheduler
Q&A
Simple scheduler issue
I have a simple task to schedule: def f(): import time return() from gluon.scheduler import Scheduler
1/4/17
Gael Princivalle
, …
Niphlod
3
1/2/17
Q&A
Shared worker
Hello. I've five applications in the same web2py installation. For each of these applications I
unread,
Q&A
Shared worker
Hello. I've five applications in the same web2py installation. For each of these applications I
1/2/17
António Ramos
, …
Niphlod
3
12/14/16
column must appear in the GROUP BY clause or be used in an aggregate function
can i get some help? it was working with sqlite but not with postgresql for row in db(db.ficheiros.
unread,
column must appear in the GROUP BY clause or be used in an aggregate function
can i get some help? it was working with sqlite but not with postgresql for row in db(db.ficheiros.
12/14/16
piero crisci
, …
Niphlod
3
12/14/16
Q&A
Authomatic Single sign-on with MS Active Directory
Hello i am using correctly the Ldap authentication . But i was wondering if there was a chance to
unread,
Q&A
Authomatic Single sign-on with MS Active Directory
Hello i am using correctly the Ldap authentication . But i was wondering if there was a chance to
12/14/16
Jacinto Parga
,
Niphlod
3
2/14/17
Q&A
jquery 1.12.2 vulnerability
Hi, I have recently made a security analisys in a web application deployed with web2py in Google App
unread,
GAE
app
deployment
javascript
Q&A
jquery 1.12.2 vulnerability
Hi, I have recently made a security analisys in a web application deployed with web2py in Google App
2/14/17
Zbigniew Pomianowski
, …
Mirek Zvolský
5
8/15/17
Q&A
Scheduler in systemd environment (running very long tasks)
First of all: I decided to use web2py for my purposes becase it is awesome ;) I believe it is not a
unread,
scheduler
services
Q&A
Scheduler in systemd environment (running very long tasks)
First of all: I decided to use web2py for my purposes becase it is awesome ;) I believe it is not a
8/15/17
Marlysson Silva
, …
Richard Vézina
3
12/14/16
Contributing to web2py
Guys , good night . I made a clone of repository of web2py to add some codes and i had some issues..
unread,
development
testing
Contributing to web2py
Guys , good night . I made a clone of repository of web2py to add some codes and i had some issues..
12/14/16
António Ramos
, …
Niphlod
10
12/10/16
Scheduler task every first day of every month ?
Hello all, i dont know how to define a task to run every 1st day of every month. Thank you Antonio
unread,
Scheduler task every first day of every month ?
Hello all, i dont know how to define a task to run every 1st day of every month. Thank you Antonio
12/10/16
黄祥
,
Niphlod
4
12/7/16
Q&A
build bridging scanner and Active Directory with scanner API (xml)
is it possible to build bridging scanner and Active Directory with scanner API (xml) using web2py? eg
unread,
Q&A
build bridging scanner and Active Directory with scanner API (xml)
is it possible to build bridging scanner and Active Directory with scanner API (xml) using web2py? eg
12/7/16
Henk huisman
,
Niphlod
3
12/8/16
Q&A
Syntax question: db(db.mytable.id == request.post_vars["id"]).update(**{key:value})
Is this correct syntax? if request.post_vars["id"]: for key, value in request.post_vars.
unread,
Q&A
Syntax question: db(db.mytable.id == request.post_vars["id"]).update(**{key:value})
Is this correct syntax? if request.post_vars["id"]: for key, value in request.post_vars.
12/8/16
lyn2py
, …
Niphlod
4
12/7/16
Q&A
db Field unique=True
Hello! I have set a field to "unique=True", it is a generated "unique id". I
unread,
Q&A
db Field unique=True
Hello! I have set a field to "unique=True", it is a generated "unique id". I
12/7/16