You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a uwsgi process dies, in the middle of a spooled task execution, it is respawned.
Since this happens before the task is marked as processed, and removed from the spooler (or re-spooled with a later execution time), the respawned uwsgi process proceeds with reading the file in the spooler once again, untill the crash causes are resolved.
This can potentially cause hundreds of invocations per minutes, flooding the disk with log files.
A mechanism to control the re-spawning should be used.
The text was updated successfully, but these errors were encountered:
Whenever a uwsgi process dies, in the middle of a spooled task execution, it is respawned.
Since this happens before the task is marked as processed, and removed from the spooler (or re-spooled with a later execution time), the respawned uwsgi process proceeds with reading the file in the spooler once again, untill the crash causes are resolved.
This can potentially cause hundreds of invocations per minutes, flooding the disk with log files.
A mechanism to control the re-spawning should be used.
The text was updated successfully, but these errors were encountered: