Web2py scheduler stalls uWSGI actions #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce
mule = run_scheduler.py
Expected behaviour
Observed behaviour
Any stop/restart action takes 30 seconds more than actually needed.
The problem seems to be that the web2py gluon scheduler does not close transactions immediately.
The first transaction gets commited on the next run. When the application shuts down, there is no next run, therefore some components (not sure which yet, but it's likely not PostgreSQL itself) waits 30s and cuts off the transaction with
changed title from {-Sahana-} scheduler stalls uWSGI actions to {+Web2py+} scheduler stalls uWSGI actions
Opened issue #1769 in upstream.
added ~14 label
mentioned in commit
fcfbafa129
removed assignee
No reaction after a week. Considering the workaround as accepted solution.
closed
changed milestone to %1