blob: d3a4249454b5cb282e1f904eaf01ab11a95819e0 [file] [log] [blame]
import multiprocessing
timeout = 60 * 60 # Cron requests can run up to 60 minutes!
workers = multiprocessing.cpu_count() * 2 + 1
threads = 1