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
Copy file name to clipboardExpand all lines: docs/configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ USE_LARGE_JOB_IDS = False #Do not use compacted job IDs in Redis. For compatibil
56
56
"""
57
57
QUEUES= ("default",) # The queues to listen on.Defaults to default , which will listen on all queues.
58
58
MAX_JOBS=0#Gevent:max number of jobs to do before quitting. Workaround for memory leaks in your tasks. Defaults to 0
59
+
MAX_TIME=0# max number of seconds a worker runs before quitting
59
60
MAX_MEMORY=1#Max memory (in Mb) after which the process will be shut down. Use with PROCESS = [1-N] to have supervisord automatically respawn the worker when this happens.Defaults to 1
60
61
GRENLETS=1#Max number of greenlets to use.Defaults to 1.
61
62
PROCESSES=0#Number of processes to launch with supervisord.Defaults to 0.
0 commit comments