Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我的 Procfile currenlty 看起来像:
web: gunicorn --preload --log-file - application:app worker: celery -A celery worker --loglevel=INFO --beat
这需要 2 dynos,而我的工人目前的使用率非常低。有没有办法用一个测功机同时运行 gunicorn 和 worker?